func IamResource_OfType()

in awscdkappsyncalpha/awscdkappsyncalpha.go [4623:4641]


func IamResource_OfType(type_ *string, fields ...*string) IamResource {
	_init_.Initialize()

	args := []interface{}{type_}
	for _, a := range fields {
		args = append(args, a)
	}

	var returns IamResource

	_jsii_.StaticInvoke(
		"@aws-cdk/aws-appsync-alpha.IamResource",
		"ofType",
		args,
		&returns,
	)

	return returns
}