Documentation ¶
Index ¶
- func NewVerifiedaccessEndpointLoadBalancerOptionsOutputReference_Override(v VerifiedaccessEndpointLoadBalancerOptionsOutputReference, ...)
- func NewVerifiedaccessEndpointNetworkInterfaceOptionsOutputReference_Override(v VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference, ...)
- func NewVerifiedaccessEndpointSseSpecificationOutputReference_Override(v VerifiedaccessEndpointSseSpecificationOutputReference, ...)
- func NewVerifiedaccessEndpointTimeoutsOutputReference_Override(v VerifiedaccessEndpointTimeoutsOutputReference, ...)
- func NewVerifiedaccessEndpoint_Override(v VerifiedaccessEndpoint, scope constructs.Construct, id *string, ...)
- func VerifiedaccessEndpoint_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func VerifiedaccessEndpoint_IsConstruct(x interface{}) *bool
- func VerifiedaccessEndpoint_IsTerraformElement(x interface{}) *bool
- func VerifiedaccessEndpoint_IsTerraformResource(x interface{}) *bool
- func VerifiedaccessEndpoint_TfResourceType() *string
- type VerifiedaccessEndpoint
- type VerifiedaccessEndpointConfig
- type VerifiedaccessEndpointLoadBalancerOptions
- type VerifiedaccessEndpointLoadBalancerOptionsOutputReference
- type VerifiedaccessEndpointNetworkInterfaceOptions
- type VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference
- type VerifiedaccessEndpointSseSpecification
- type VerifiedaccessEndpointSseSpecificationOutputReference
- type VerifiedaccessEndpointTimeouts
- type VerifiedaccessEndpointTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVerifiedaccessEndpointLoadBalancerOptionsOutputReference_Override ¶
func NewVerifiedaccessEndpointLoadBalancerOptionsOutputReference_Override(v VerifiedaccessEndpointLoadBalancerOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVerifiedaccessEndpointNetworkInterfaceOptionsOutputReference_Override ¶
func NewVerifiedaccessEndpointNetworkInterfaceOptionsOutputReference_Override(v VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVerifiedaccessEndpointSseSpecificationOutputReference_Override ¶
func NewVerifiedaccessEndpointSseSpecificationOutputReference_Override(v VerifiedaccessEndpointSseSpecificationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVerifiedaccessEndpointTimeoutsOutputReference_Override ¶
func NewVerifiedaccessEndpointTimeoutsOutputReference_Override(v VerifiedaccessEndpointTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVerifiedaccessEndpoint_Override ¶
func NewVerifiedaccessEndpoint_Override(v VerifiedaccessEndpoint, scope constructs.Construct, id *string, config *VerifiedaccessEndpointConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint aws_verifiedaccess_endpoint} Resource.
func VerifiedaccessEndpoint_GenerateConfigForImport ¶
func VerifiedaccessEndpoint_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a VerifiedaccessEndpoint resource upon running "cdktf plan <stack-name>".
func VerifiedaccessEndpoint_IsConstruct ¶
func VerifiedaccessEndpoint_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func VerifiedaccessEndpoint_IsTerraformElement ¶
func VerifiedaccessEndpoint_IsTerraformElement(x interface{}) *bool
Experimental.
func VerifiedaccessEndpoint_IsTerraformResource ¶
func VerifiedaccessEndpoint_IsTerraformResource(x interface{}) *bool
Experimental.
func VerifiedaccessEndpoint_TfResourceType ¶
func VerifiedaccessEndpoint_TfResourceType() *string
Types ¶
type VerifiedaccessEndpoint ¶
type VerifiedaccessEndpoint interface { cdktf.TerraformResource ApplicationDomain() *string SetApplicationDomain(val *string) ApplicationDomainInput() *string AttachmentType() *string SetAttachmentType(val *string) AttachmentTypeInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DeviceValidationDomain() *string DomainCertificateArn() *string SetDomainCertificateArn(val *string) DomainCertificateArnInput() *string EndpointDomain() *string EndpointDomainPrefix() *string SetEndpointDomainPrefix(val *string) EndpointDomainPrefixInput() *string EndpointType() *string SetEndpointType(val *string) EndpointTypeInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoadBalancerOptions() VerifiedaccessEndpointLoadBalancerOptionsOutputReference LoadBalancerOptionsInput() *VerifiedaccessEndpointLoadBalancerOptions NetworkInterfaceOptions() VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference NetworkInterfaceOptionsInput() *VerifiedaccessEndpointNetworkInterfaceOptions // The tree node. Node() constructs.Node PolicyDocument() *string SetPolicyDocument(val *string) PolicyDocumentInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SecurityGroupIds() *[]*string SetSecurityGroupIds(val *[]*string) SecurityGroupIdsInput() *[]*string SseSpecification() VerifiedaccessEndpointSseSpecificationOutputReference SseSpecificationInput() *VerifiedaccessEndpointSseSpecification Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() VerifiedaccessEndpointTimeoutsOutputReference TimeoutsInput() interface{} VerifiedAccessGroupId() *string SetVerifiedAccessGroupId(val *string) VerifiedAccessGroupIdInput() *string VerifiedAccessInstanceId() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutLoadBalancerOptions(value *VerifiedaccessEndpointLoadBalancerOptions) PutNetworkInterfaceOptions(value *VerifiedaccessEndpointNetworkInterfaceOptions) PutSseSpecification(value *VerifiedaccessEndpointSseSpecification) PutTimeouts(value *VerifiedaccessEndpointTimeouts) ResetDescription() ResetId() ResetLoadBalancerOptions() ResetNetworkInterfaceOptions() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPolicyDocument() ResetSecurityGroupIds() ResetSseSpecification() ResetTags() ResetTagsAll() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint aws_verifiedaccess_endpoint}.
func NewVerifiedaccessEndpoint ¶
func NewVerifiedaccessEndpoint(scope constructs.Construct, id *string, config *VerifiedaccessEndpointConfig) VerifiedaccessEndpoint
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint aws_verifiedaccess_endpoint} Resource.
type VerifiedaccessEndpointConfig ¶
type VerifiedaccessEndpointConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#application_domain VerifiedaccessEndpoint#application_domain}. ApplicationDomain *string `field:"required" json:"applicationDomain" yaml:"applicationDomain"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#attachment_type VerifiedaccessEndpoint#attachment_type}. AttachmentType *string `field:"required" json:"attachmentType" yaml:"attachmentType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#domain_certificate_arn VerifiedaccessEndpoint#domain_certificate_arn}. DomainCertificateArn *string `field:"required" json:"domainCertificateArn" yaml:"domainCertificateArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#endpoint_domain_prefix VerifiedaccessEndpoint#endpoint_domain_prefix}. EndpointDomainPrefix *string `field:"required" json:"endpointDomainPrefix" yaml:"endpointDomainPrefix"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#endpoint_type VerifiedaccessEndpoint#endpoint_type}. EndpointType *string `field:"required" json:"endpointType" yaml:"endpointType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#verified_access_group_id VerifiedaccessEndpoint#verified_access_group_id}. VerifiedAccessGroupId *string `field:"required" json:"verifiedAccessGroupId" yaml:"verifiedAccessGroupId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#description VerifiedaccessEndpoint#description}. Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#id VerifiedaccessEndpoint#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // load_balancer_options block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#load_balancer_options VerifiedaccessEndpoint#load_balancer_options} LoadBalancerOptions *VerifiedaccessEndpointLoadBalancerOptions `field:"optional" json:"loadBalancerOptions" yaml:"loadBalancerOptions"` // network_interface_options block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#network_interface_options VerifiedaccessEndpoint#network_interface_options} NetworkInterfaceOptions *VerifiedaccessEndpointNetworkInterfaceOptions `field:"optional" json:"networkInterfaceOptions" yaml:"networkInterfaceOptions"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#policy_document VerifiedaccessEndpoint#policy_document}. PolicyDocument *string `field:"optional" json:"policyDocument" yaml:"policyDocument"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#security_group_ids VerifiedaccessEndpoint#security_group_ids}. SecurityGroupIds *[]*string `field:"optional" json:"securityGroupIds" yaml:"securityGroupIds"` // sse_specification block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#sse_specification VerifiedaccessEndpoint#sse_specification} SseSpecification *VerifiedaccessEndpointSseSpecification `field:"optional" json:"sseSpecification" yaml:"sseSpecification"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#tags VerifiedaccessEndpoint#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#tags_all VerifiedaccessEndpoint#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#timeouts VerifiedaccessEndpoint#timeouts} Timeouts *VerifiedaccessEndpointTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type VerifiedaccessEndpointLoadBalancerOptions ¶
type VerifiedaccessEndpointLoadBalancerOptions struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#load_balancer_arn VerifiedaccessEndpoint#load_balancer_arn}. LoadBalancerArn *string `field:"optional" json:"loadBalancerArn" yaml:"loadBalancerArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#port VerifiedaccessEndpoint#port}. Port *float64 `field:"optional" json:"port" yaml:"port"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#protocol VerifiedaccessEndpoint#protocol}. Protocol *string `field:"optional" json:"protocol" yaml:"protocol"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#subnet_ids VerifiedaccessEndpoint#subnet_ids}. SubnetIds *[]*string `field:"optional" json:"subnetIds" yaml:"subnetIds"` }
type VerifiedaccessEndpointLoadBalancerOptionsOutputReference ¶
type VerifiedaccessEndpointLoadBalancerOptionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *VerifiedaccessEndpointLoadBalancerOptions SetInternalValue(val *VerifiedaccessEndpointLoadBalancerOptions) LoadBalancerArn() *string SetLoadBalancerArn(val *string) LoadBalancerArnInput() *string Port() *float64 SetPort(val *float64) PortInput() *float64 Protocol() *string SetProtocol(val *string) ProtocolInput() *string SubnetIds() *[]*string SetSubnetIds(val *[]*string) SubnetIdsInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetLoadBalancerArn() ResetPort() ResetProtocol() ResetSubnetIds() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewVerifiedaccessEndpointLoadBalancerOptionsOutputReference ¶
func NewVerifiedaccessEndpointLoadBalancerOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VerifiedaccessEndpointLoadBalancerOptionsOutputReference
type VerifiedaccessEndpointNetworkInterfaceOptions ¶
type VerifiedaccessEndpointNetworkInterfaceOptions struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#network_interface_id VerifiedaccessEndpoint#network_interface_id}. NetworkInterfaceId *string `field:"optional" json:"networkInterfaceId" yaml:"networkInterfaceId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#port VerifiedaccessEndpoint#port}. Port *float64 `field:"optional" json:"port" yaml:"port"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#protocol VerifiedaccessEndpoint#protocol}. Protocol *string `field:"optional" json:"protocol" yaml:"protocol"` }
type VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference ¶
type VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *VerifiedaccessEndpointNetworkInterfaceOptions SetInternalValue(val *VerifiedaccessEndpointNetworkInterfaceOptions) NetworkInterfaceId() *string SetNetworkInterfaceId(val *string) NetworkInterfaceIdInput() *string Port() *float64 SetPort(val *float64) PortInput() *float64 Protocol() *string SetProtocol(val *string) ProtocolInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetNetworkInterfaceId() ResetPort() ResetProtocol() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewVerifiedaccessEndpointNetworkInterfaceOptionsOutputReference ¶
func NewVerifiedaccessEndpointNetworkInterfaceOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference
type VerifiedaccessEndpointSseSpecification ¶
type VerifiedaccessEndpointSseSpecification struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#customer_managed_key_enabled VerifiedaccessEndpoint#customer_managed_key_enabled}. CustomerManagedKeyEnabled interface{} `field:"optional" json:"customerManagedKeyEnabled" yaml:"customerManagedKeyEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#kms_key_arn VerifiedaccessEndpoint#kms_key_arn}. KmsKeyArn *string `field:"optional" json:"kmsKeyArn" yaml:"kmsKeyArn"` }
type VerifiedaccessEndpointSseSpecificationOutputReference ¶
type VerifiedaccessEndpointSseSpecificationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CustomerManagedKeyEnabled() interface{} SetCustomerManagedKeyEnabled(val interface{}) CustomerManagedKeyEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *VerifiedaccessEndpointSseSpecification SetInternalValue(val *VerifiedaccessEndpointSseSpecification) KmsKeyArn() *string SetKmsKeyArn(val *string) KmsKeyArnInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCustomerManagedKeyEnabled() ResetKmsKeyArn() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewVerifiedaccessEndpointSseSpecificationOutputReference ¶
func NewVerifiedaccessEndpointSseSpecificationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VerifiedaccessEndpointSseSpecificationOutputReference
type VerifiedaccessEndpointTimeouts ¶
type VerifiedaccessEndpointTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#create VerifiedaccessEndpoint#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#delete VerifiedaccessEndpoint#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.39.0/docs/resources/verifiedaccess_endpoint#update VerifiedaccessEndpoint#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type VerifiedaccessEndpointTimeoutsOutputReference ¶
type VerifiedaccessEndpointTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewVerifiedaccessEndpointTimeoutsOutputReference ¶
func NewVerifiedaccessEndpointTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VerifiedaccessEndpointTimeoutsOutputReference
Source Files ¶
- VerifiedaccessEndpoint.go
- VerifiedaccessEndpointConfig.go
- VerifiedaccessEndpointLoadBalancerOptions.go
- VerifiedaccessEndpointLoadBalancerOptionsOutputReference.go
- VerifiedaccessEndpointLoadBalancerOptionsOutputReference__checks.go
- VerifiedaccessEndpointNetworkInterfaceOptions.go
- VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference.go
- VerifiedaccessEndpointNetworkInterfaceOptionsOutputReference__checks.go
- VerifiedaccessEndpointSseSpecification.go
- VerifiedaccessEndpointSseSpecificationOutputReference.go
- VerifiedaccessEndpointSseSpecificationOutputReference__checks.go
- VerifiedaccessEndpointTimeouts.go
- VerifiedaccessEndpointTimeoutsOutputReference.go
- VerifiedaccessEndpointTimeoutsOutputReference__checks.go
- VerifiedaccessEndpoint__checks.go
- main.go