Documentation ¶
Index ¶
- type Attributes
- type AttributesAttributes
- func (a AttributesAttributes) FlowLogsEnabled() terra.BoolValue
- func (a AttributesAttributes) FlowLogsS3Bucket() terra.StringValue
- func (a AttributesAttributes) FlowLogsS3Prefix() terra.StringValue
- func (a AttributesAttributes) InternalRef() (terra.Reference, error)
- func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
- type AttributesState
- type IpSets
- type IpSetsAttributes
- func (is IpSetsAttributes) InternalRef() (terra.Reference, error)
- func (is IpSetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (is IpSetsAttributes) InternalWithRef(ref terra.Reference) IpSetsAttributes
- func (is IpSetsAttributes) IpAddresses() terra.ListValue[terra.StringValue]
- func (is IpSetsAttributes) IpFamily() terra.StringValue
- type IpSetsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct{}
type AttributesAttributes ¶
type AttributesAttributes struct {
// contains filtered or unexported fields
}
func (AttributesAttributes) FlowLogsEnabled ¶
func (a AttributesAttributes) FlowLogsEnabled() terra.BoolValue
func (AttributesAttributes) FlowLogsS3Bucket ¶
func (a AttributesAttributes) FlowLogsS3Bucket() terra.StringValue
func (AttributesAttributes) FlowLogsS3Prefix ¶
func (a AttributesAttributes) FlowLogsS3Prefix() terra.StringValue
func (AttributesAttributes) InternalRef ¶
func (a AttributesAttributes) InternalRef() (terra.Reference, error)
func (AttributesAttributes) InternalTokens ¶
func (a AttributesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AttributesAttributes) InternalWithRef ¶
func (a AttributesAttributes) InternalWithRef(ref terra.Reference) AttributesAttributes
type AttributesState ¶
type IpSetsAttributes ¶
type IpSetsAttributes struct {
// contains filtered or unexported fields
}
func (IpSetsAttributes) InternalRef ¶
func (is IpSetsAttributes) InternalRef() (terra.Reference, error)
func (IpSetsAttributes) InternalTokens ¶
func (is IpSetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IpSetsAttributes) InternalWithRef ¶
func (is IpSetsAttributes) InternalWithRef(ref terra.Reference) IpSetsAttributes
func (IpSetsAttributes) IpAddresses ¶
func (is IpSetsAttributes) IpAddresses() terra.ListValue[terra.StringValue]
func (IpSetsAttributes) IpFamily ¶
func (is IpSetsAttributes) IpFamily() terra.StringValue
type IpSetsState ¶
Click to show internal directories.
Click to hide internal directories.