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
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes struct { // FlowLogsEnabled: bool, optional FlowLogsEnabled terra.BoolValue `hcl:"flow_logs_enabled,attr"` // FlowLogsS3Bucket: string, optional FlowLogsS3Bucket terra.StringValue `hcl:"flow_logs_s3_bucket,attr"` // FlowLogsS3Prefix: string, optional FlowLogsS3Prefix terra.StringValue `hcl:"flow_logs_s3_prefix,attr"` }
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 ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.