Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataPublicAccessBlockAttributes
- func (pab DataPublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
- func (pab DataPublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
- func (pab DataPublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
- func (pab DataPublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
- func (pab DataPublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pab DataPublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) DataPublicAccessBlockAttributes
- func (pab DataPublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
- type DataPublicAccessBlockState
- type DataRegionsAttributes
- func (r DataRegionsAttributes) Bucket() terra.StringValue
- func (r DataRegionsAttributes) BucketAccountId() terra.StringValue
- func (r DataRegionsAttributes) InternalRef() (terra.Reference, error)
- func (r DataRegionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DataRegionsAttributes) InternalWithRef(ref terra.Reference) DataRegionsAttributes
- func (r DataRegionsAttributes) Region() terra.StringValue
- type DataRegionsState
- type DataSource
- type Details
- type DetailsAttributes
- func (d DetailsAttributes) InternalRef() (terra.Reference, error)
- func (d DetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DetailsAttributes) InternalWithRef(ref terra.Reference) DetailsAttributes
- func (d DetailsAttributes) Name() terra.StringValue
- func (d DetailsAttributes) PublicAccessBlock() terra.ListValue[DetailsPublicAccessBlockAttributes]
- func (d DetailsAttributes) Region() terra.SetValue[DetailsRegionAttributes]
- type DetailsPublicAccessBlock
- type DetailsPublicAccessBlockAttributes
- func (pab DetailsPublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
- func (pab DetailsPublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
- func (pab DetailsPublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
- func (pab DetailsPublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
- func (pab DetailsPublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pab DetailsPublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) DetailsPublicAccessBlockAttributes
- func (pab DetailsPublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
- type DetailsPublicAccessBlockState
- type DetailsRegion
- type DetailsRegionAttributes
- func (r DetailsRegionAttributes) Bucket() terra.StringValue
- func (r DetailsRegionAttributes) BucketAccountId() terra.StringValue
- func (r DetailsRegionAttributes) InternalRef() (terra.Reference, error)
- func (r DetailsRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DetailsRegionAttributes) InternalWithRef(ref terra.Reference) DetailsRegionAttributes
- func (r DetailsRegionAttributes) Region() terra.StringValue
- type DetailsRegionState
- type DetailsState
- type Resource
- func (asmrap *Resource) Attributes() awsS3ControlMultiRegionAccessPointAttributes
- func (asmrap *Resource) Configuration() interface{}
- func (asmrap *Resource) DependOn() terra.Reference
- func (asmrap *Resource) Dependencies() terra.Dependencies
- func (asmrap *Resource) ImportState(state io.Reader) error
- func (asmrap *Resource) LifecycleManagement() *terra.Lifecycle
- func (asmrap *Resource) LocalName() string
- func (asmrap *Resource) State() (*awsS3ControlMultiRegionAccessPointState, bool)
- func (asmrap *Resource) StateMust() *awsS3ControlMultiRegionAccessPointState
- func (asmrap *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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AccountId: string, optional AccountId terra.StringValue `hcl:"account_id,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Details: required Details *Details `hcl:"details,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_s3control_multi_region_access_point.
type DataArgs ¶
type DataArgs struct { // AccountId: string, optional AccountId terra.StringValue `hcl:"account_id,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
DataArgs contains the configurations for aws_s3control_multi_region_access_point.
type DataPublicAccessBlockAttributes ¶
type DataPublicAccessBlockAttributes struct {
// contains filtered or unexported fields
}
func (DataPublicAccessBlockAttributes) BlockPublicAcls ¶
func (pab DataPublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
func (DataPublicAccessBlockAttributes) BlockPublicPolicy ¶
func (pab DataPublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
func (DataPublicAccessBlockAttributes) IgnorePublicAcls ¶
func (pab DataPublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
func (DataPublicAccessBlockAttributes) InternalRef ¶
func (pab DataPublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
func (DataPublicAccessBlockAttributes) InternalTokens ¶
func (pab DataPublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataPublicAccessBlockAttributes) InternalWithRef ¶
func (pab DataPublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) DataPublicAccessBlockAttributes
func (DataPublicAccessBlockAttributes) RestrictPublicBuckets ¶
func (pab DataPublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
type DataRegionsAttributes ¶
type DataRegionsAttributes struct {
// contains filtered or unexported fields
}
func (DataRegionsAttributes) Bucket ¶
func (r DataRegionsAttributes) Bucket() terra.StringValue
func (DataRegionsAttributes) BucketAccountId ¶
func (r DataRegionsAttributes) BucketAccountId() terra.StringValue
func (DataRegionsAttributes) InternalRef ¶
func (r DataRegionsAttributes) InternalRef() (terra.Reference, error)
func (DataRegionsAttributes) InternalTokens ¶
func (r DataRegionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRegionsAttributes) InternalWithRef ¶
func (r DataRegionsAttributes) InternalWithRef(ref terra.Reference) DataRegionsAttributes
func (DataRegionsAttributes) Region ¶
func (r DataRegionsAttributes) Region() terra.StringValue
type DataRegionsState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_s3control_multi_region_access_point.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asmrap *DataSource) Attributes() dataAwsS3ControlMultiRegionAccessPointAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asmrap *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asmrap *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asmrap *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Details ¶
type Details struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // DetailsPublicAccessBlock: optional PublicAccessBlock *DetailsPublicAccessBlock `hcl:"public_access_block,block"` // DetailsRegion: min=1,max=20 Region []DetailsRegion `hcl:"region,block" validate:"min=1,max=20"` }
type DetailsAttributes ¶
type DetailsAttributes struct {
// contains filtered or unexported fields
}
func (DetailsAttributes) InternalRef ¶
func (d DetailsAttributes) InternalRef() (terra.Reference, error)
func (DetailsAttributes) InternalTokens ¶
func (d DetailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DetailsAttributes) InternalWithRef ¶
func (d DetailsAttributes) InternalWithRef(ref terra.Reference) DetailsAttributes
func (DetailsAttributes) Name ¶
func (d DetailsAttributes) Name() terra.StringValue
func (DetailsAttributes) PublicAccessBlock ¶
func (d DetailsAttributes) PublicAccessBlock() terra.ListValue[DetailsPublicAccessBlockAttributes]
func (DetailsAttributes) Region ¶
func (d DetailsAttributes) Region() terra.SetValue[DetailsRegionAttributes]
type DetailsPublicAccessBlock ¶
type DetailsPublicAccessBlock struct { // BlockPublicAcls: bool, optional BlockPublicAcls terra.BoolValue `hcl:"block_public_acls,attr"` // BlockPublicPolicy: bool, optional BlockPublicPolicy terra.BoolValue `hcl:"block_public_policy,attr"` // IgnorePublicAcls: bool, optional IgnorePublicAcls terra.BoolValue `hcl:"ignore_public_acls,attr"` // RestrictPublicBuckets: bool, optional RestrictPublicBuckets terra.BoolValue `hcl:"restrict_public_buckets,attr"` }
type DetailsPublicAccessBlockAttributes ¶
type DetailsPublicAccessBlockAttributes struct {
// contains filtered or unexported fields
}
func (DetailsPublicAccessBlockAttributes) BlockPublicAcls ¶
func (pab DetailsPublicAccessBlockAttributes) BlockPublicAcls() terra.BoolValue
func (DetailsPublicAccessBlockAttributes) BlockPublicPolicy ¶
func (pab DetailsPublicAccessBlockAttributes) BlockPublicPolicy() terra.BoolValue
func (DetailsPublicAccessBlockAttributes) IgnorePublicAcls ¶
func (pab DetailsPublicAccessBlockAttributes) IgnorePublicAcls() terra.BoolValue
func (DetailsPublicAccessBlockAttributes) InternalRef ¶
func (pab DetailsPublicAccessBlockAttributes) InternalRef() (terra.Reference, error)
func (DetailsPublicAccessBlockAttributes) InternalTokens ¶
func (pab DetailsPublicAccessBlockAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DetailsPublicAccessBlockAttributes) InternalWithRef ¶
func (pab DetailsPublicAccessBlockAttributes) InternalWithRef(ref terra.Reference) DetailsPublicAccessBlockAttributes
func (DetailsPublicAccessBlockAttributes) RestrictPublicBuckets ¶
func (pab DetailsPublicAccessBlockAttributes) RestrictPublicBuckets() terra.BoolValue
type DetailsRegion ¶
type DetailsRegion struct { // Bucket: string, required Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"` // BucketAccountId: string, optional BucketAccountId terra.StringValue `hcl:"bucket_account_id,attr"` }
type DetailsRegionAttributes ¶
type DetailsRegionAttributes struct {
// contains filtered or unexported fields
}
func (DetailsRegionAttributes) Bucket ¶
func (r DetailsRegionAttributes) Bucket() terra.StringValue
func (DetailsRegionAttributes) BucketAccountId ¶
func (r DetailsRegionAttributes) BucketAccountId() terra.StringValue
func (DetailsRegionAttributes) InternalRef ¶
func (r DetailsRegionAttributes) InternalRef() (terra.Reference, error)
func (DetailsRegionAttributes) InternalTokens ¶
func (r DetailsRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DetailsRegionAttributes) InternalWithRef ¶
func (r DetailsRegionAttributes) InternalWithRef(ref terra.Reference) DetailsRegionAttributes
func (DetailsRegionAttributes) Region ¶
func (r DetailsRegionAttributes) Region() terra.StringValue
type DetailsRegionState ¶
type DetailsState ¶
type DetailsState struct { Name string `json:"name"` PublicAccessBlock []DetailsPublicAccessBlockState `json:"public_access_block"` Region []DetailsRegionState `json:"region"` }
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_s3control_multi_region_access_point.
func (*Resource) Attributes ¶
func (asmrap *Resource) Attributes() awsS3ControlMultiRegionAccessPointAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asmrap *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asmrap *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"` }
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