Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type DataTimeouts
- type DataTimeoutsAttributes
- type DataTimeoutsState
- type Resource
- func (aedkk *Resource) Attributes() awsEbsDefaultKmsKeyAttributes
- func (aedkk *Resource) Configuration() interface{}
- func (aedkk *Resource) DependOn() terra.Reference
- func (aedkk *Resource) Dependencies() terra.Dependencies
- func (aedkk *Resource) ImportState(state io.Reader) error
- func (aedkk *Resource) LifecycleManagement() *terra.Lifecycle
- func (aedkk *Resource) LocalName() string
- func (aedkk *Resource) State() (*awsEbsDefaultKmsKeyState, bool)
- func (aedkk *Resource) StateMust() *awsEbsDefaultKmsKeyState
- func (aedkk *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KeyArn: string, required KeyArn terra.StringValue `hcl:"key_arn,attr" validate:"required"` }
Args contains the configurations for aws_ebs_default_kms_key.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Timeouts: optional Timeouts *DataTimeouts `hcl:"timeouts,block"` }
DataArgs contains the configurations for aws_ebs_default_kms_key.
type DataSource ¶
DataSource represents the Terraform data resource aws_ebs_default_kms_key.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (aedkk *DataSource) Attributes() dataAwsEbsDefaultKmsKeyAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (aedkk *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (aedkk *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (aedkk *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTimeouts ¶
type DataTimeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type DataTimeoutsAttributes ¶
type DataTimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (DataTimeoutsAttributes) InternalRef ¶
func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error)
func (DataTimeoutsAttributes) InternalTokens ¶
func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTimeoutsAttributes) InternalWithRef ¶
func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes
func (DataTimeoutsAttributes) Read ¶
func (t DataTimeoutsAttributes) Read() terra.StringValue
type DataTimeoutsState ¶
type DataTimeoutsState struct {
Read string `json:"read"`
}
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_ebs_default_kms_key.
func (*Resource) Attributes ¶
func (aedkk *Resource) Attributes() awsEbsDefaultKmsKeyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aedkk *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aedkk *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.