Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
type Bucket struct { types.Metadata Name types.StringValue PublicAccessBlock *PublicAccessBlock BucketPolicy BucketPolicy Encryption Encryption Versioning Versioning Logging Logging ACL types.StringValue }
func (*Bucket) GetMetadata ¶
func (*Bucket) GetRawValue ¶
func (b *Bucket) GetRawValue() interface{}
func (*Bucket) HasPublicExposureACL ¶
type BucketPolicy ¶
type BucketPolicy struct { }
type Encryption ¶
type Encryption struct { Enabled types.BoolValue Algorithm types.StringValue KMSKeyId types.StringValue }
type PublicAccessBlock ¶
type S3 ¶
type S3 struct { Buckets []Bucket PublicAccessBlocks []PublicAccessBlock }
type Versioning ¶
Click to show internal directories.
Click to hide internal directories.