Documentation ¶
Index ¶
- type Args
- type Resource
- func (avg *Resource) Attributes() awsVerifiedaccessGroupAttributes
- func (avg *Resource) Configuration() interface{}
- func (avg *Resource) DependOn() terra.Reference
- func (avg *Resource) Dependencies() terra.Dependencies
- func (avg *Resource) ImportState(state io.Reader) error
- func (avg *Resource) LifecycleManagement() *terra.Lifecycle
- func (avg *Resource) LocalName() string
- func (avg *Resource) State() (*awsVerifiedaccessGroupState, bool)
- func (avg *Resource) StateMust() *awsVerifiedaccessGroupState
- func (avg *Resource) Type() string
- type SseConfiguration
- type SseConfigurationAttributes
- func (sc SseConfigurationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
- func (sc SseConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (sc SseConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SseConfigurationAttributes) InternalWithRef(ref terra.Reference) SseConfigurationAttributes
- func (sc SseConfigurationAttributes) KmsKeyArn() terra.StringValue
- type SseConfigurationState
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"` // PolicyDocument: string, optional PolicyDocument terra.StringValue `hcl:"policy_document,attr"` // 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"` // VerifiedaccessInstanceId: string, required VerifiedaccessInstanceId terra.StringValue `hcl:"verifiedaccess_instance_id,attr" validate:"required"` // SseConfiguration: optional SseConfiguration *SseConfiguration `hcl:"sse_configuration,block"` }
Args contains the configurations for aws_verifiedaccess_group.
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_verifiedaccess_group.
func (*Resource) Attributes ¶
func (avg *Resource) Attributes() awsVerifiedaccessGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avg *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avg *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 SseConfiguration ¶
type SseConfiguration struct { // CustomerManagedKeyEnabled: bool, optional CustomerManagedKeyEnabled terra.BoolValue `hcl:"customer_managed_key_enabled,attr"` // KmsKeyArn: string, optional KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"` }
type SseConfigurationAttributes ¶
type SseConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (SseConfigurationAttributes) CustomerManagedKeyEnabled ¶
func (sc SseConfigurationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
func (SseConfigurationAttributes) InternalRef ¶
func (sc SseConfigurationAttributes) InternalRef() (terra.Reference, error)
func (SseConfigurationAttributes) InternalTokens ¶
func (sc SseConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SseConfigurationAttributes) InternalWithRef ¶
func (sc SseConfigurationAttributes) InternalWithRef(ref terra.Reference) SseConfigurationAttributes
func (SseConfigurationAttributes) KmsKeyArn ¶
func (sc SseConfigurationAttributes) KmsKeyArn() terra.StringValue
type SseConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.