Documentation ¶
Index ¶
- type Args
- type Resource
- func (akrek *Resource) Attributes() awsKmsReplicaExternalKeyAttributes
- func (akrek *Resource) Configuration() interface{}
- func (akrek *Resource) DependOn() terra.Reference
- func (akrek *Resource) Dependencies() terra.Dependencies
- func (akrek *Resource) ImportState(state io.Reader) error
- func (akrek *Resource) LifecycleManagement() *terra.Lifecycle
- func (akrek *Resource) LocalName() string
- func (akrek *Resource) State() (*awsKmsReplicaExternalKeyState, bool)
- func (akrek *Resource) StateMust() *awsKmsReplicaExternalKeyState
- func (akrek *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // BypassPolicyLockoutSafetyCheck: bool, optional BypassPolicyLockoutSafetyCheck terra.BoolValue `hcl:"bypass_policy_lockout_safety_check,attr"` // DeletionWindowInDays: number, optional DeletionWindowInDays terra.NumberValue `hcl:"deletion_window_in_days,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // KeyMaterialBase64: string, optional KeyMaterialBase64 terra.StringValue `hcl:"key_material_base64,attr"` // Policy: string, optional Policy terra.StringValue `hcl:"policy,attr"` // PrimaryKeyArn: string, required PrimaryKeyArn terra.StringValue `hcl:"primary_key_arn,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"` // ValidTo: string, optional ValidTo terra.StringValue `hcl:"valid_to,attr"` }
Args contains the configurations for aws_kms_replica_external_key.
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_kms_replica_external_key.
func (*Resource) Attributes ¶
func (akrek *Resource) Attributes() awsKmsReplicaExternalKeyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (akrek *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (akrek *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.
Click to show internal directories.
Click to hide internal directories.