Documentation ¶
Index ¶
- type PublicAccessBlock
- type PublicAccessBlockAttributes
- func (pab PublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
- func (pab PublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
- func (pab PublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
- func (pab PublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
- func (pab PublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pab PublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) PublicAccessBlockAttributes
- func (pab PublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
- type PublicAccessBlockState
- type Regions
- type RegionsAttributes
- func (r RegionsAttributes) Bucket() terra.StringValue
- func (r RegionsAttributes) InternalRef() (terra.Reference, error)
- func (r RegionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RegionsAttributes) InternalWithRef(ref terra.Reference) RegionsAttributes
- func (r RegionsAttributes) Region() terra.StringValue
- type RegionsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicAccessBlock ¶
type PublicAccessBlock struct{}
type PublicAccessBlockAttributes ¶
type PublicAccessBlockAttributes struct {
// contains filtered or unexported fields
}
func (PublicAccessBlockAttributes) BlockPublicAcls ¶
func (pab PublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
func (PublicAccessBlockAttributes) BlockPublicPolicy ¶
func (pab PublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
func (PublicAccessBlockAttributes) IgnorePublicAcls ¶
func (pab PublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
func (PublicAccessBlockAttributes) InternalRef ¶
func (pab PublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
func (PublicAccessBlockAttributes) InternalTokens ¶
func (pab PublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PublicAccessBlockAttributes) InternalWithRef ¶
func (pab PublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) PublicAccessBlockAttributes
func (PublicAccessBlockAttributes) RestrictPublicBuckets ¶
func (pab PublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
type PublicAccessBlockState ¶
type RegionsAttributes ¶
type RegionsAttributes struct {
// contains filtered or unexported fields
}
func (RegionsAttributes) Bucket ¶
func (r RegionsAttributes) Bucket() terra.StringValue
func (RegionsAttributes) InternalRef ¶
func (r RegionsAttributes) InternalRef() (terra.Reference, error)
func (RegionsAttributes) InternalTokens ¶
func (r RegionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RegionsAttributes) InternalWithRef ¶
func (r RegionsAttributes) InternalWithRef(ref terra.Reference) RegionsAttributes
func (RegionsAttributes) Region ¶
func (r RegionsAttributes) Region() terra.StringValue
type RegionsState ¶
Click to show internal directories.
Click to hide internal directories.