Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion Arn string `json:"Arn,omitempty"` // The name of the type being registered. // // We recommend that type names adhere to the following pattern: company_or_organization::service::type. TypeName string `json:"TypeName,omitempty"` // The Amazon Resource Name (ARN) of the type version. TypeVersionArn string `json:"TypeVersionArn,omitempty"` // The ID of an existing version of the hook to set as the default. VersionId string `json:"VersionId,omitempty"` }
Resource Set a version as default version for a hook in CloudFormation Registry.
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.