Get Hook Version Result
data class GetHookVersionResult(val arn: String? = null, val isDefaultVersion: Boolean? = null, val typeArn: String? = null, val versionId: String? = null, val visibility: HookVersionVisibility? = null)
Constructors
Link copied to clipboard
fun GetHookVersionResult(arn: String? = null, isDefaultVersion: Boolean? = null, typeArn: String? = null, versionId: String? = null, visibility: HookVersionVisibility? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The scope at which the type is visible and usable in CloudFormation operations. Valid values include: PRIVATE: The type is only visible and usable within the account in which it is registered. Currently, AWS CloudFormation marks any types you register as PRIVATE. PUBLIC: The type is publically visible and usable within any Amazon account.