Documentation ¶
Index ¶
- type Args
- type Control
- type ControlAttributes
- func (c ControlAttributes) InputParameter() terra.SetValue[ControlInputParameterAttributes]
- func (c ControlAttributes) InternalRef() (terra.Reference, error)
- func (c ControlAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ControlAttributes) InternalWithRef(ref terra.Reference) ControlAttributes
- func (c ControlAttributes) Name() terra.StringValue
- func (c ControlAttributes) Scope() terra.ListValue[ControlScopeAttributes]
- type ControlInputParameter
- type ControlInputParameterAttributes
- func (ip ControlInputParameterAttributes) InternalRef() (terra.Reference, error)
- func (ip ControlInputParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip ControlInputParameterAttributes) InternalWithRef(ref terra.Reference) ControlInputParameterAttributes
- func (ip ControlInputParameterAttributes) Name() terra.StringValue
- func (ip ControlInputParameterAttributes) Value() terra.StringValue
- type ControlInputParameterState
- type ControlScope
- type ControlScopeAttributes
- func (s ControlScopeAttributes) ComplianceResourceIds() terra.SetValue[terra.StringValue]
- func (s ControlScopeAttributes) ComplianceResourceTypes() terra.SetValue[terra.StringValue]
- func (s ControlScopeAttributes) InternalRef() (terra.Reference, error)
- func (s ControlScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s ControlScopeAttributes) InternalWithRef(ref terra.Reference) ControlScopeAttributes
- func (s ControlScopeAttributes) Tags() terra.MapValue[terra.StringValue]
- type ControlScopeState
- type ControlState
- type DataArgs
- type DataControlAttributes
- func (c DataControlAttributes) InputParameter() terra.SetValue[DataControlInputParameterAttributes]
- func (c DataControlAttributes) InternalRef() (terra.Reference, error)
- func (c DataControlAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c DataControlAttributes) InternalWithRef(ref terra.Reference) DataControlAttributes
- func (c DataControlAttributes) Name() terra.StringValue
- func (c DataControlAttributes) Scope() terra.ListValue[DataControlScopeAttributes]
- type DataControlInputParameterAttributes
- func (ip DataControlInputParameterAttributes) InternalRef() (terra.Reference, error)
- func (ip DataControlInputParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ip DataControlInputParameterAttributes) InternalWithRef(ref terra.Reference) DataControlInputParameterAttributes
- func (ip DataControlInputParameterAttributes) Name() terra.StringValue
- func (ip DataControlInputParameterAttributes) Value() terra.StringValue
- type DataControlInputParameterState
- type DataControlScopeAttributes
- func (s DataControlScopeAttributes) ComplianceResourceIds() terra.SetValue[terra.StringValue]
- func (s DataControlScopeAttributes) ComplianceResourceTypes() terra.SetValue[terra.StringValue]
- func (s DataControlScopeAttributes) InternalRef() (terra.Reference, error)
- func (s DataControlScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s DataControlScopeAttributes) InternalWithRef(ref terra.Reference) DataControlScopeAttributes
- func (s DataControlScopeAttributes) Tags() terra.MapValue[terra.StringValue]
- type DataControlScopeState
- type DataControlState
- type DataSource
- type Resource
- func (abf *Resource) Attributes() awsBackupFrameworkAttributes
- func (abf *Resource) Configuration() interface{}
- func (abf *Resource) DependOn() terra.Reference
- func (abf *Resource) Dependencies() terra.Dependencies
- func (abf *Resource) ImportState(state io.Reader) error
- func (abf *Resource) LifecycleManagement() *terra.Lifecycle
- func (abf *Resource) LocalName() string
- func (abf *Resource) State() (*awsBackupFrameworkState, bool)
- func (abf *Resource) StateMust() *awsBackupFrameworkState
- func (abf *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() 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 Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Control: min=1 Control []Control `hcl:"control,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_backup_framework.
type Control ¶
type Control struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ControlInputParameter: min=0 InputParameter []ControlInputParameter `hcl:"input_parameter,block" validate:"min=0"` // ControlScope: optional Scope *ControlScope `hcl:"scope,block"` }
type ControlAttributes ¶
type ControlAttributes struct {
// contains filtered or unexported fields
}
func (ControlAttributes) InputParameter ¶
func (c ControlAttributes) InputParameter() terra.SetValue[ControlInputParameterAttributes]
func (ControlAttributes) InternalRef ¶
func (c ControlAttributes) InternalRef() (terra.Reference, error)
func (ControlAttributes) InternalTokens ¶
func (c ControlAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ControlAttributes) InternalWithRef ¶
func (c ControlAttributes) InternalWithRef(ref terra.Reference) ControlAttributes
func (ControlAttributes) Name ¶
func (c ControlAttributes) Name() terra.StringValue
func (ControlAttributes) Scope ¶
func (c ControlAttributes) Scope() terra.ListValue[ControlScopeAttributes]
type ControlInputParameter ¶
type ControlInputParameter struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Value: string, optional Value terra.StringValue `hcl:"value,attr"` }
type ControlInputParameterAttributes ¶
type ControlInputParameterAttributes struct {
// contains filtered or unexported fields
}
func (ControlInputParameterAttributes) InternalRef ¶
func (ip ControlInputParameterAttributes) InternalRef() (terra.Reference, error)
func (ControlInputParameterAttributes) InternalTokens ¶
func (ip ControlInputParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ControlInputParameterAttributes) InternalWithRef ¶
func (ip ControlInputParameterAttributes) InternalWithRef(ref terra.Reference) ControlInputParameterAttributes
func (ControlInputParameterAttributes) Name ¶
func (ip ControlInputParameterAttributes) Name() terra.StringValue
func (ControlInputParameterAttributes) Value ¶
func (ip ControlInputParameterAttributes) Value() terra.StringValue
type ControlScope ¶
type ControlScope struct { // ComplianceResourceIds: set of string, optional ComplianceResourceIds terra.SetValue[terra.StringValue] `hcl:"compliance_resource_ids,attr"` // ComplianceResourceTypes: set of string, optional ComplianceResourceTypes terra.SetValue[terra.StringValue] `hcl:"compliance_resource_types,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
type ControlScopeAttributes ¶
type ControlScopeAttributes struct {
// contains filtered or unexported fields
}
func (ControlScopeAttributes) ComplianceResourceIds ¶
func (s ControlScopeAttributes) ComplianceResourceIds() terra.SetValue[terra.StringValue]
func (ControlScopeAttributes) ComplianceResourceTypes ¶
func (s ControlScopeAttributes) ComplianceResourceTypes() terra.SetValue[terra.StringValue]
func (ControlScopeAttributes) InternalRef ¶
func (s ControlScopeAttributes) InternalRef() (terra.Reference, error)
func (ControlScopeAttributes) InternalTokens ¶
func (s ControlScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ControlScopeAttributes) InternalWithRef ¶
func (s ControlScopeAttributes) InternalWithRef(ref terra.Reference) ControlScopeAttributes
func (ControlScopeAttributes) Tags ¶
func (s ControlScopeAttributes) Tags() terra.MapValue[terra.StringValue]
type ControlScopeState ¶
type ControlState ¶
type ControlState struct { Name string `json:"name"` InputParameter []ControlInputParameterState `json:"input_parameter"` Scope []ControlScopeState `json:"scope"` }
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_backup_framework.
type DataControlAttributes ¶
type DataControlAttributes struct {
// contains filtered or unexported fields
}
func (DataControlAttributes) InputParameter ¶
func (c DataControlAttributes) InputParameter() terra.SetValue[DataControlInputParameterAttributes]
func (DataControlAttributes) InternalRef ¶
func (c DataControlAttributes) InternalRef() (terra.Reference, error)
func (DataControlAttributes) InternalTokens ¶
func (c DataControlAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataControlAttributes) InternalWithRef ¶
func (c DataControlAttributes) InternalWithRef(ref terra.Reference) DataControlAttributes
func (DataControlAttributes) Name ¶
func (c DataControlAttributes) Name() terra.StringValue
func (DataControlAttributes) Scope ¶
func (c DataControlAttributes) Scope() terra.ListValue[DataControlScopeAttributes]
type DataControlInputParameterAttributes ¶
type DataControlInputParameterAttributes struct {
// contains filtered or unexported fields
}
func (DataControlInputParameterAttributes) InternalRef ¶
func (ip DataControlInputParameterAttributes) InternalRef() (terra.Reference, error)
func (DataControlInputParameterAttributes) InternalTokens ¶
func (ip DataControlInputParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataControlInputParameterAttributes) InternalWithRef ¶
func (ip DataControlInputParameterAttributes) InternalWithRef(ref terra.Reference) DataControlInputParameterAttributes
func (DataControlInputParameterAttributes) Name ¶
func (ip DataControlInputParameterAttributes) Name() terra.StringValue
func (DataControlInputParameterAttributes) Value ¶
func (ip DataControlInputParameterAttributes) Value() terra.StringValue
type DataControlScopeAttributes ¶
type DataControlScopeAttributes struct {
// contains filtered or unexported fields
}
func (DataControlScopeAttributes) ComplianceResourceIds ¶
func (s DataControlScopeAttributes) ComplianceResourceIds() terra.SetValue[terra.StringValue]
func (DataControlScopeAttributes) ComplianceResourceTypes ¶
func (s DataControlScopeAttributes) ComplianceResourceTypes() terra.SetValue[terra.StringValue]
func (DataControlScopeAttributes) InternalRef ¶
func (s DataControlScopeAttributes) InternalRef() (terra.Reference, error)
func (DataControlScopeAttributes) InternalTokens ¶
func (s DataControlScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataControlScopeAttributes) InternalWithRef ¶
func (s DataControlScopeAttributes) InternalWithRef(ref terra.Reference) DataControlScopeAttributes
func (DataControlScopeAttributes) Tags ¶
func (s DataControlScopeAttributes) Tags() terra.MapValue[terra.StringValue]
type DataControlScopeState ¶
type DataControlState ¶
type DataControlState struct { Name string `json:"name"` InputParameter []DataControlInputParameterState `json:"input_parameter"` Scope []DataControlScopeState `json:"scope"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_backup_framework.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (abf *DataSource) Attributes() dataAwsBackupFrameworkAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (abf *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (abf *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (abf *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_backup_framework.
func (*Resource) Attributes ¶
func (abf *Resource) Attributes() awsBackupFrameworkAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (abf *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (abf *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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) Delete ¶
func (t TimeoutsAttributes) Delete() 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