Documentation ¶
Index ¶
- type Args
- type LoadBalancerOptions
- type LoadBalancerOptionsAttributes
- func (lbo LoadBalancerOptionsAttributes) InternalRef() (terra.Reference, error)
- func (lbo LoadBalancerOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lbo LoadBalancerOptionsAttributes) InternalWithRef(ref terra.Reference) LoadBalancerOptionsAttributes
- func (lbo LoadBalancerOptionsAttributes) LoadBalancerArn() terra.StringValue
- func (lbo LoadBalancerOptionsAttributes) Port() terra.NumberValue
- func (lbo LoadBalancerOptionsAttributes) Protocol() terra.StringValue
- func (lbo LoadBalancerOptionsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- type LoadBalancerOptionsState
- type NetworkInterfaceOptions
- type NetworkInterfaceOptionsAttributes
- func (nio NetworkInterfaceOptionsAttributes) InternalRef() (terra.Reference, error)
- func (nio NetworkInterfaceOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nio NetworkInterfaceOptionsAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceOptionsAttributes
- func (nio NetworkInterfaceOptionsAttributes) NetworkInterfaceId() terra.StringValue
- func (nio NetworkInterfaceOptionsAttributes) Port() terra.NumberValue
- func (nio NetworkInterfaceOptionsAttributes) Protocol() terra.StringValue
- type NetworkInterfaceOptionsState
- type Resource
- func (ave *Resource) Attributes() awsVerifiedaccessEndpointAttributes
- func (ave *Resource) Configuration() interface{}
- func (ave *Resource) DependOn() terra.Reference
- func (ave *Resource) Dependencies() terra.Dependencies
- func (ave *Resource) ImportState(state io.Reader) error
- func (ave *Resource) LifecycleManagement() *terra.Lifecycle
- func (ave *Resource) LocalName() string
- func (ave *Resource) State() (*awsVerifiedaccessEndpointState, bool)
- func (ave *Resource) StateMust() *awsVerifiedaccessEndpointState
- func (ave *Resource) Type() string
- type SseSpecification
- type SseSpecificationAttributes
- func (ss SseSpecificationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
- func (ss SseSpecificationAttributes) InternalRef() (terra.Reference, error)
- func (ss SseSpecificationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ss SseSpecificationAttributes) InternalWithRef(ref terra.Reference) SseSpecificationAttributes
- func (ss SseSpecificationAttributes) KmsKeyArn() terra.StringValue
- type SseSpecificationState
- 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
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ApplicationDomain: string, required ApplicationDomain terra.StringValue `hcl:"application_domain,attr" validate:"required"` // AttachmentType: string, required AttachmentType terra.StringValue `hcl:"attachment_type,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DomainCertificateArn: string, required DomainCertificateArn terra.StringValue `hcl:"domain_certificate_arn,attr" validate:"required"` // EndpointDomainPrefix: string, required EndpointDomainPrefix terra.StringValue `hcl:"endpoint_domain_prefix,attr" validate:"required"` // EndpointType: string, required EndpointType terra.StringValue `hcl:"endpoint_type,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // PolicyDocument: string, optional PolicyDocument terra.StringValue `hcl:"policy_document,attr"` // SecurityGroupIds: set of string, optional SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,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"` // VerifiedAccessGroupId: string, required VerifiedAccessGroupId terra.StringValue `hcl:"verified_access_group_id,attr" validate:"required"` // LoadBalancerOptions: optional LoadBalancerOptions *LoadBalancerOptions `hcl:"load_balancer_options,block"` // NetworkInterfaceOptions: optional NetworkInterfaceOptions *NetworkInterfaceOptions `hcl:"network_interface_options,block"` // SseSpecification: optional SseSpecification *SseSpecification `hcl:"sse_specification,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_verifiedaccess_endpoint.
type LoadBalancerOptions ¶
type LoadBalancerOptions struct { // LoadBalancerArn: string, optional LoadBalancerArn terra.StringValue `hcl:"load_balancer_arn,attr"` // Port: number, optional Port terra.NumberValue `hcl:"port,attr"` // Protocol: string, optional Protocol terra.StringValue `hcl:"protocol,attr"` // SubnetIds: set of string, optional SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr"` }
type LoadBalancerOptionsAttributes ¶
type LoadBalancerOptionsAttributes struct {
// contains filtered or unexported fields
}
func (LoadBalancerOptionsAttributes) InternalRef ¶
func (lbo LoadBalancerOptionsAttributes) InternalRef() (terra.Reference, error)
func (LoadBalancerOptionsAttributes) InternalTokens ¶
func (lbo LoadBalancerOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LoadBalancerOptionsAttributes) InternalWithRef ¶
func (lbo LoadBalancerOptionsAttributes) InternalWithRef(ref terra.Reference) LoadBalancerOptionsAttributes
func (LoadBalancerOptionsAttributes) LoadBalancerArn ¶
func (lbo LoadBalancerOptionsAttributes) LoadBalancerArn() terra.StringValue
func (LoadBalancerOptionsAttributes) Port ¶
func (lbo LoadBalancerOptionsAttributes) Port() terra.NumberValue
func (LoadBalancerOptionsAttributes) Protocol ¶
func (lbo LoadBalancerOptionsAttributes) Protocol() terra.StringValue
func (LoadBalancerOptionsAttributes) SubnetIds ¶
func (lbo LoadBalancerOptionsAttributes) SubnetIds() terra.SetValue[terra.StringValue]
type NetworkInterfaceOptions ¶
type NetworkInterfaceOptions struct { // NetworkInterfaceId: string, optional NetworkInterfaceId terra.StringValue `hcl:"network_interface_id,attr"` // Port: number, optional Port terra.NumberValue `hcl:"port,attr"` // Protocol: string, optional Protocol terra.StringValue `hcl:"protocol,attr"` }
type NetworkInterfaceOptionsAttributes ¶
type NetworkInterfaceOptionsAttributes struct {
// contains filtered or unexported fields
}
func (NetworkInterfaceOptionsAttributes) InternalRef ¶
func (nio NetworkInterfaceOptionsAttributes) InternalRef() (terra.Reference, error)
func (NetworkInterfaceOptionsAttributes) InternalTokens ¶
func (nio NetworkInterfaceOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NetworkInterfaceOptionsAttributes) InternalWithRef ¶
func (nio NetworkInterfaceOptionsAttributes) InternalWithRef(ref terra.Reference) NetworkInterfaceOptionsAttributes
func (NetworkInterfaceOptionsAttributes) NetworkInterfaceId ¶
func (nio NetworkInterfaceOptionsAttributes) NetworkInterfaceId() terra.StringValue
func (NetworkInterfaceOptionsAttributes) Port ¶
func (nio NetworkInterfaceOptionsAttributes) Port() terra.NumberValue
func (NetworkInterfaceOptionsAttributes) Protocol ¶
func (nio NetworkInterfaceOptionsAttributes) Protocol() terra.StringValue
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_endpoint.
func (*Resource) Attributes ¶
func (ave *Resource) Attributes() awsVerifiedaccessEndpointAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ave *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ave *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 SseSpecification ¶
type SseSpecification 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 SseSpecificationAttributes ¶
type SseSpecificationAttributes struct {
// contains filtered or unexported fields
}
func (SseSpecificationAttributes) CustomerManagedKeyEnabled ¶
func (ss SseSpecificationAttributes) CustomerManagedKeyEnabled() terra.BoolValue
func (SseSpecificationAttributes) InternalRef ¶
func (ss SseSpecificationAttributes) InternalRef() (terra.Reference, error)
func (SseSpecificationAttributes) InternalTokens ¶
func (ss SseSpecificationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SseSpecificationAttributes) InternalWithRef ¶
func (ss SseSpecificationAttributes) InternalWithRef(ref terra.Reference) SseSpecificationAttributes
func (SseSpecificationAttributes) KmsKeyArn ¶
func (ss SseSpecificationAttributes) KmsKeyArn() terra.StringValue
type SseSpecificationState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,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
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.