Documentation
¶
Index ¶
- type Repository
- func (r *Repository) AWSCloudFormationType() string
- func (r *Repository) DeletionPolicy() policies.DeletionPolicy
- func (r *Repository) DependsOn() []string
- func (r Repository) MarshalJSON() ([]byte, error)
- func (r *Repository) Metadata() map[string]interface{}
- func (r *Repository) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Repository) SetDependsOn(dependencies []string)
- func (r *Repository) SetMetadata(metadata map[string]interface{})
- func (r *Repository) UnmarshalJSON(b []byte) error
- type Repository_Code
- func (r *Repository_Code) AWSCloudFormationType() string
- func (r *Repository_Code) DeletionPolicy() policies.DeletionPolicy
- func (r *Repository_Code) DependsOn() []string
- func (r *Repository_Code) Metadata() map[string]interface{}
- func (r *Repository_Code) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Repository_Code) SetDependsOn(dependencies []string)
- func (r *Repository_Code) SetMetadata(metadata map[string]interface{})
- type Repository_RepositoryTrigger
- func (r *Repository_RepositoryTrigger) AWSCloudFormationType() string
- func (r *Repository_RepositoryTrigger) DeletionPolicy() policies.DeletionPolicy
- func (r *Repository_RepositoryTrigger) DependsOn() []string
- func (r *Repository_RepositoryTrigger) Metadata() map[string]interface{}
- func (r *Repository_RepositoryTrigger) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Repository_RepositoryTrigger) SetDependsOn(dependencies []string)
- func (r *Repository_RepositoryTrigger) SetMetadata(metadata map[string]interface{})
- type Repository_S3
- func (r *Repository_S3) AWSCloudFormationType() string
- func (r *Repository_S3) DeletionPolicy() policies.DeletionPolicy
- func (r *Repository_S3) DependsOn() []string
- func (r *Repository_S3) Metadata() map[string]interface{}
- func (r *Repository_S3) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Repository_S3) SetDependsOn(dependencies []string)
- func (r *Repository_S3) SetMetadata(metadata map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { // Code AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-code Code *Repository_Code `json:"Code,omitempty"` // RepositoryDescription AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositorydescription RepositoryDescription string `json:"RepositoryDescription,omitempty"` // RepositoryName AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-repositoryname RepositoryName string `json:"RepositoryName,omitempty"` // Tags AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-tags Tags []tags.Tag `json:"Tags,omitempty"` // Triggers AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html#cfn-codecommit-repository-triggers Triggers []Repository_RepositoryTrigger `json:"Triggers,omitempty"` // contains filtered or unexported fields }
Repository AWS CloudFormation Resource (AWS::CodeCommit::Repository) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codecommit-repository.html
func (*Repository) AWSCloudFormationType ¶
func (r *Repository) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Repository) DeletionPolicy ¶
func (r *Repository) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository) DependsOn ¶
func (r *Repository) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (Repository) MarshalJSON ¶
func (r Repository) MarshalJSON() ([]byte, error)
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*Repository) Metadata ¶
func (r *Repository) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Repository) SetDeletionPolicy ¶
func (r *Repository) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository) SetDependsOn ¶
func (r *Repository) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository) SetMetadata ¶
func (r *Repository) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Repository) UnmarshalJSON ¶
func (r *Repository) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type Repository_Code ¶
type Repository_Code struct { // S3 AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-code.html#cfn-codecommit-repository-code-s3 S3 *Repository_S3 `json:"S3,omitempty"` // contains filtered or unexported fields }
Repository_Code AWS CloudFormation Resource (AWS::CodeCommit::Repository.Code) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-code.html
func (*Repository_Code) AWSCloudFormationType ¶
func (r *Repository_Code) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Repository_Code) DeletionPolicy ¶
func (r *Repository_Code) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_Code) DependsOn ¶
func (r *Repository_Code) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_Code) Metadata ¶
func (r *Repository_Code) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Repository_Code) SetDeletionPolicy ¶
func (r *Repository_Code) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_Code) SetDependsOn ¶
func (r *Repository_Code) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_Code) SetMetadata ¶
func (r *Repository_Code) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Repository_RepositoryTrigger ¶
type Repository_RepositoryTrigger struct { // Branches AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html#cfn-codecommit-repository-repositorytrigger-branches Branches []string `json:"Branches,omitempty"` // CustomData AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html#cfn-codecommit-repository-repositorytrigger-customdata CustomData string `json:"CustomData,omitempty"` // DestinationArn AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html#cfn-codecommit-repository-repositorytrigger-destinationarn DestinationArn string `json:"DestinationArn,omitempty"` // Events AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html#cfn-codecommit-repository-repositorytrigger-events Events []string `json:"Events,omitempty"` // Name AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html#cfn-codecommit-repository-repositorytrigger-name Name string `json:"Name,omitempty"` // contains filtered or unexported fields }
Repository_RepositoryTrigger AWS CloudFormation Resource (AWS::CodeCommit::Repository.RepositoryTrigger) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-repositorytrigger.html
func (*Repository_RepositoryTrigger) AWSCloudFormationType ¶
func (r *Repository_RepositoryTrigger) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Repository_RepositoryTrigger) DeletionPolicy ¶
func (r *Repository_RepositoryTrigger) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_RepositoryTrigger) DependsOn ¶
func (r *Repository_RepositoryTrigger) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_RepositoryTrigger) Metadata ¶
func (r *Repository_RepositoryTrigger) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Repository_RepositoryTrigger) SetDeletionPolicy ¶
func (r *Repository_RepositoryTrigger) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_RepositoryTrigger) SetDependsOn ¶
func (r *Repository_RepositoryTrigger) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_RepositoryTrigger) SetMetadata ¶
func (r *Repository_RepositoryTrigger) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
type Repository_S3 ¶
type Repository_S3 struct { // Bucket AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-bucket Bucket string `json:"Bucket,omitempty"` // Key AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-key Key string `json:"Key,omitempty"` // ObjectVersion AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html#cfn-codecommit-repository-s3-objectversion ObjectVersion string `json:"ObjectVersion,omitempty"` // contains filtered or unexported fields }
Repository_S3 AWS CloudFormation Resource (AWS::CodeCommit::Repository.S3) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codecommit-repository-s3.html
func (*Repository_S3) AWSCloudFormationType ¶
func (r *Repository_S3) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Repository_S3) DeletionPolicy ¶
func (r *Repository_S3) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_S3) DependsOn ¶
func (r *Repository_S3) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_S3) Metadata ¶
func (r *Repository_S3) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Repository_S3) SetDeletionPolicy ¶
func (r *Repository_S3) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*Repository_S3) SetDependsOn ¶
func (r *Repository_S3) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Repository_S3) SetMetadata ¶
func (r *Repository_S3) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html