Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFrontOriginAccessIdentityConfig ¶
type CloudFrontOriginAccessIdentityConfig struct {
Comment string `json:"Comment"`
}
CloudFrontOriginAccessIdentityConfig
func (*CloudFrontOriginAccessIdentityConfig) MarshalJSON ¶
func (strct *CloudFrontOriginAccessIdentityConfig) MarshalJSON() ([]byte, error)
func (*CloudFrontOriginAccessIdentityConfig) UnmarshalJSON ¶
func (strct *CloudFrontOriginAccessIdentityConfig) UnmarshalJSON(b []byte) error
type Resource ¶
type Resource struct { CloudFrontOriginAccessIdentityConfig *CloudFrontOriginAccessIdentityConfig `json:"CloudFrontOriginAccessIdentityConfig"` Id string `json:"Id,omitempty"` S3CanonicalUserId string `json:"S3CanonicalUserId,omitempty"` }
Resource Resource Type definition for AWS::CloudFront::CloudFrontOriginAccessIdentity
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.