Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataReportDeliveryChannelAttributes
- func (rdc DataReportDeliveryChannelAttributes) Formats() terra.SetValue[terra.StringValue]
- func (rdc DataReportDeliveryChannelAttributes) InternalRef() (terra.Reference, error)
- func (rdc DataReportDeliveryChannelAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rdc DataReportDeliveryChannelAttributes) InternalWithRef(ref terra.Reference) DataReportDeliveryChannelAttributes
- func (rdc DataReportDeliveryChannelAttributes) S3BucketName() terra.StringValue
- func (rdc DataReportDeliveryChannelAttributes) S3KeyPrefix() terra.StringValue
- type DataReportDeliveryChannelState
- type DataReportSettingAttributes
- func (rs DataReportSettingAttributes) Accounts() terra.SetValue[terra.StringValue]
- func (rs DataReportSettingAttributes) FrameworkArns() terra.SetValue[terra.StringValue]
- func (rs DataReportSettingAttributes) InternalRef() (terra.Reference, error)
- func (rs DataReportSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs DataReportSettingAttributes) InternalWithRef(ref terra.Reference) DataReportSettingAttributes
- func (rs DataReportSettingAttributes) NumberOfFrameworks() terra.NumberValue
- func (rs DataReportSettingAttributes) OrganizationUnits() terra.SetValue[terra.StringValue]
- func (rs DataReportSettingAttributes) Regions() terra.SetValue[terra.StringValue]
- func (rs DataReportSettingAttributes) ReportTemplate() terra.StringValue
- type DataReportSettingState
- type DataSource
- type ReportDeliveryChannel
- type ReportDeliveryChannelAttributes
- func (rdc ReportDeliveryChannelAttributes) Formats() terra.SetValue[terra.StringValue]
- func (rdc ReportDeliveryChannelAttributes) InternalRef() (terra.Reference, error)
- func (rdc ReportDeliveryChannelAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rdc ReportDeliveryChannelAttributes) InternalWithRef(ref terra.Reference) ReportDeliveryChannelAttributes
- func (rdc ReportDeliveryChannelAttributes) S3BucketName() terra.StringValue
- func (rdc ReportDeliveryChannelAttributes) S3KeyPrefix() terra.StringValue
- type ReportDeliveryChannelState
- type ReportSetting
- type ReportSettingAttributes
- func (rs ReportSettingAttributes) Accounts() terra.SetValue[terra.StringValue]
- func (rs ReportSettingAttributes) FrameworkArns() terra.SetValue[terra.StringValue]
- func (rs ReportSettingAttributes) InternalRef() (terra.Reference, error)
- func (rs ReportSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs ReportSettingAttributes) InternalWithRef(ref terra.Reference) ReportSettingAttributes
- func (rs ReportSettingAttributes) NumberOfFrameworks() terra.NumberValue
- func (rs ReportSettingAttributes) OrganizationUnits() terra.SetValue[terra.StringValue]
- func (rs ReportSettingAttributes) Regions() terra.SetValue[terra.StringValue]
- func (rs ReportSettingAttributes) ReportTemplate() terra.StringValue
- type ReportSettingState
- type Resource
- func (abrp *Resource) Attributes() awsBackupReportPlanAttributes
- func (abrp *Resource) Configuration() interface{}
- func (abrp *Resource) DependOn() terra.Reference
- func (abrp *Resource) Dependencies() terra.Dependencies
- func (abrp *Resource) ImportState(state io.Reader) error
- func (abrp *Resource) LifecycleManagement() *terra.Lifecycle
- func (abrp *Resource) LocalName() string
- func (abrp *Resource) State() (*awsBackupReportPlanState, bool)
- func (abrp *Resource) StateMust() *awsBackupReportPlanState
- func (abrp *Resource) Type() string
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"` // ReportDeliveryChannel: required ReportDeliveryChannel *ReportDeliveryChannel `hcl:"report_delivery_channel,block" validate:"required"` // ReportSetting: required ReportSetting *ReportSetting `hcl:"report_setting,block" validate:"required"` }
Args contains the configurations for aws_backup_report_plan.
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_report_plan.
type DataReportDeliveryChannelAttributes ¶
type DataReportDeliveryChannelAttributes struct {
// contains filtered or unexported fields
}
func (DataReportDeliveryChannelAttributes) Formats ¶
func (rdc DataReportDeliveryChannelAttributes) Formats() terra.SetValue[terra.StringValue]
func (DataReportDeliveryChannelAttributes) InternalRef ¶
func (rdc DataReportDeliveryChannelAttributes) InternalRef() (terra.Reference, error)
func (DataReportDeliveryChannelAttributes) InternalTokens ¶
func (rdc DataReportDeliveryChannelAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataReportDeliveryChannelAttributes) InternalWithRef ¶
func (rdc DataReportDeliveryChannelAttributes) InternalWithRef(ref terra.Reference) DataReportDeliveryChannelAttributes
func (DataReportDeliveryChannelAttributes) S3BucketName ¶
func (rdc DataReportDeliveryChannelAttributes) S3BucketName() terra.StringValue
func (DataReportDeliveryChannelAttributes) S3KeyPrefix ¶
func (rdc DataReportDeliveryChannelAttributes) S3KeyPrefix() terra.StringValue
type DataReportSettingAttributes ¶
type DataReportSettingAttributes struct {
// contains filtered or unexported fields
}
func (DataReportSettingAttributes) Accounts ¶
func (rs DataReportSettingAttributes) Accounts() terra.SetValue[terra.StringValue]
func (DataReportSettingAttributes) FrameworkArns ¶
func (rs DataReportSettingAttributes) FrameworkArns() terra.SetValue[terra.StringValue]
func (DataReportSettingAttributes) InternalRef ¶
func (rs DataReportSettingAttributes) InternalRef() (terra.Reference, error)
func (DataReportSettingAttributes) InternalTokens ¶
func (rs DataReportSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataReportSettingAttributes) InternalWithRef ¶
func (rs DataReportSettingAttributes) InternalWithRef(ref terra.Reference) DataReportSettingAttributes
func (DataReportSettingAttributes) NumberOfFrameworks ¶
func (rs DataReportSettingAttributes) NumberOfFrameworks() terra.NumberValue
func (DataReportSettingAttributes) OrganizationUnits ¶
func (rs DataReportSettingAttributes) OrganizationUnits() terra.SetValue[terra.StringValue]
func (DataReportSettingAttributes) Regions ¶
func (rs DataReportSettingAttributes) Regions() terra.SetValue[terra.StringValue]
func (DataReportSettingAttributes) ReportTemplate ¶
func (rs DataReportSettingAttributes) ReportTemplate() terra.StringValue
type DataReportSettingState ¶
type DataReportSettingState struct { Accounts []string `json:"accounts"` FrameworkArns []string `json:"framework_arns"` NumberOfFrameworks float64 `json:"number_of_frameworks"` OrganizationUnits []string `json:"organization_units"` Regions []string `json:"regions"` ReportTemplate string `json:"report_template"` }
type DataSource ¶
DataSource represents the Terraform data resource aws_backup_report_plan.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (abrp *DataSource) Attributes() dataAwsBackupReportPlanAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (abrp *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (abrp *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (abrp *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type ReportDeliveryChannel ¶
type ReportDeliveryChannel struct { // Formats: set of string, optional Formats terra.SetValue[terra.StringValue] `hcl:"formats,attr"` // S3BucketName: string, required S3BucketName terra.StringValue `hcl:"s3_bucket_name,attr" validate:"required"` // S3KeyPrefix: string, optional S3KeyPrefix terra.StringValue `hcl:"s3_key_prefix,attr"` }
type ReportDeliveryChannelAttributes ¶
type ReportDeliveryChannelAttributes struct {
// contains filtered or unexported fields
}
func (ReportDeliveryChannelAttributes) Formats ¶
func (rdc ReportDeliveryChannelAttributes) Formats() terra.SetValue[terra.StringValue]
func (ReportDeliveryChannelAttributes) InternalRef ¶
func (rdc ReportDeliveryChannelAttributes) InternalRef() (terra.Reference, error)
func (ReportDeliveryChannelAttributes) InternalTokens ¶
func (rdc ReportDeliveryChannelAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ReportDeliveryChannelAttributes) InternalWithRef ¶
func (rdc ReportDeliveryChannelAttributes) InternalWithRef(ref terra.Reference) ReportDeliveryChannelAttributes
func (ReportDeliveryChannelAttributes) S3BucketName ¶
func (rdc ReportDeliveryChannelAttributes) S3BucketName() terra.StringValue
func (ReportDeliveryChannelAttributes) S3KeyPrefix ¶
func (rdc ReportDeliveryChannelAttributes) S3KeyPrefix() terra.StringValue
type ReportSetting ¶
type ReportSetting struct { // Accounts: set of string, optional Accounts terra.SetValue[terra.StringValue] `hcl:"accounts,attr"` // FrameworkArns: set of string, optional FrameworkArns terra.SetValue[terra.StringValue] `hcl:"framework_arns,attr"` // NumberOfFrameworks: number, optional NumberOfFrameworks terra.NumberValue `hcl:"number_of_frameworks,attr"` // OrganizationUnits: set of string, optional OrganizationUnits terra.SetValue[terra.StringValue] `hcl:"organization_units,attr"` // Regions: set of string, optional Regions terra.SetValue[terra.StringValue] `hcl:"regions,attr"` // ReportTemplate: string, required ReportTemplate terra.StringValue `hcl:"report_template,attr" validate:"required"` }
type ReportSettingAttributes ¶
type ReportSettingAttributes struct {
// contains filtered or unexported fields
}
func (ReportSettingAttributes) Accounts ¶
func (rs ReportSettingAttributes) Accounts() terra.SetValue[terra.StringValue]
func (ReportSettingAttributes) FrameworkArns ¶
func (rs ReportSettingAttributes) FrameworkArns() terra.SetValue[terra.StringValue]
func (ReportSettingAttributes) InternalRef ¶
func (rs ReportSettingAttributes) InternalRef() (terra.Reference, error)
func (ReportSettingAttributes) InternalTokens ¶
func (rs ReportSettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ReportSettingAttributes) InternalWithRef ¶
func (rs ReportSettingAttributes) InternalWithRef(ref terra.Reference) ReportSettingAttributes
func (ReportSettingAttributes) NumberOfFrameworks ¶
func (rs ReportSettingAttributes) NumberOfFrameworks() terra.NumberValue
func (ReportSettingAttributes) OrganizationUnits ¶
func (rs ReportSettingAttributes) OrganizationUnits() terra.SetValue[terra.StringValue]
func (ReportSettingAttributes) Regions ¶
func (rs ReportSettingAttributes) Regions() terra.SetValue[terra.StringValue]
func (ReportSettingAttributes) ReportTemplate ¶
func (rs ReportSettingAttributes) ReportTemplate() terra.StringValue
type ReportSettingState ¶
type ReportSettingState struct { Accounts []string `json:"accounts"` FrameworkArns []string `json:"framework_arns"` NumberOfFrameworks float64 `json:"number_of_frameworks"` OrganizationUnits []string `json:"organization_units"` Regions []string `json:"regions"` ReportTemplate string `json:"report_template"` }
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_report_plan.
func (*Resource) Attributes ¶
func (abrp *Resource) Attributes() awsBackupReportPlanAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (abrp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (abrp *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.