We recommend new projects start with resources from the AWS provider.
aws-native.ec2.VerifiedAccessEndpoint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::EC2::VerifiedAccessEndpoint resource creates an AWS EC2 Verified Access Endpoint.
Create VerifiedAccessEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VerifiedAccessEndpoint(name: string, args: VerifiedAccessEndpointArgs, opts?: CustomResourceOptions);@overload
def VerifiedAccessEndpoint(resource_name: str,
                           args: VerifiedAccessEndpointArgs,
                           opts: Optional[ResourceOptions] = None)
@overload
def VerifiedAccessEndpoint(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           endpoint_type: Optional[str] = None,
                           attachment_type: Optional[str] = None,
                           verified_access_group_id: Optional[str] = None,
                           network_interface_options: Optional[VerifiedAccessEndpointNetworkInterfaceOptionsArgs] = None,
                           domain_certificate_arn: Optional[str] = None,
                           endpoint_domain_prefix: Optional[str] = None,
                           description: Optional[str] = None,
                           load_balancer_options: Optional[VerifiedAccessEndpointLoadBalancerOptionsArgs] = None,
                           application_domain: Optional[str] = None,
                           policy_document: Optional[str] = None,
                           policy_enabled: Optional[bool] = None,
                           rds_options: Optional[VerifiedAccessEndpointRdsOptionsArgs] = None,
                           security_group_ids: Optional[Sequence[str]] = None,
                           sse_specification: Optional[VerifiedAccessEndpointSseSpecificationArgs] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                           cidr_options: Optional[VerifiedAccessEndpointCidrOptionsArgs] = None)func NewVerifiedAccessEndpoint(ctx *Context, name string, args VerifiedAccessEndpointArgs, opts ...ResourceOption) (*VerifiedAccessEndpoint, error)public VerifiedAccessEndpoint(string name, VerifiedAccessEndpointArgs args, CustomResourceOptions? opts = null)
public VerifiedAccessEndpoint(String name, VerifiedAccessEndpointArgs args)
public VerifiedAccessEndpoint(String name, VerifiedAccessEndpointArgs args, CustomResourceOptions options)
type: aws-native:ec2:VerifiedAccessEndpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VerifiedAccessEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VerifiedAccessEndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VerifiedAccessEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VerifiedAccessEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VerifiedAccessEndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
VerifiedAccessEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The VerifiedAccessEndpoint resource accepts the following input properties:
- AttachmentType string
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- EndpointType string
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- VerifiedAccess stringGroup Id 
- The ID of the AWS Verified Access group.
- ApplicationDomain string
- The DNS name for users to reach your application.
- CidrOptions Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Cidr Options 
- The options for cidr type endpoint.
- Description string
- A description for the AWS Verified Access endpoint.
- DomainCertificate stringArn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- EndpointDomain stringPrefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- LoadBalancer Pulumi.Options Aws Native. Ec2. Inputs. Verified Access Endpoint Load Balancer Options 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- NetworkInterface Pulumi.Options Aws Native. Ec2. Inputs. Verified Access Endpoint Network Interface Options 
- The options for network-interface type endpoint.
- PolicyDocument string
- The AWS Verified Access policy document.
- PolicyEnabled bool
- The status of the Verified Access policy.
- RdsOptions Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Rds Options 
- The options for rds type endpoint.
- SecurityGroup List<string>Ids 
- The IDs of the security groups for the endpoint.
- SseSpecification Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Sse Specification 
- The configuration options for customer provided KMS encryption.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- AttachmentType string
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- EndpointType string
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- VerifiedAccess stringGroup Id 
- The ID of the AWS Verified Access group.
- ApplicationDomain string
- The DNS name for users to reach your application.
- CidrOptions VerifiedAccess Endpoint Cidr Options Args 
- The options for cidr type endpoint.
- Description string
- A description for the AWS Verified Access endpoint.
- DomainCertificate stringArn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- EndpointDomain stringPrefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- LoadBalancer VerifiedOptions Access Endpoint Load Balancer Options Args 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- NetworkInterface VerifiedOptions Access Endpoint Network Interface Options Args 
- The options for network-interface type endpoint.
- PolicyDocument string
- The AWS Verified Access policy document.
- PolicyEnabled bool
- The status of the Verified Access policy.
- RdsOptions VerifiedAccess Endpoint Rds Options Args 
- The options for rds type endpoint.
- SecurityGroup []stringIds 
- The IDs of the security groups for the endpoint.
- SseSpecification VerifiedAccess Endpoint Sse Specification Args 
- The configuration options for customer provided KMS encryption.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- attachmentType String
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- endpointType String
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- verifiedAccess StringGroup Id 
- The ID of the AWS Verified Access group.
- applicationDomain String
- The DNS name for users to reach your application.
- cidrOptions VerifiedAccess Endpoint Cidr Options 
- The options for cidr type endpoint.
- description String
- A description for the AWS Verified Access endpoint.
- domainCertificate StringArn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- endpointDomain StringPrefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- loadBalancer VerifiedOptions Access Endpoint Load Balancer Options 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- networkInterface VerifiedOptions Access Endpoint Network Interface Options 
- The options for network-interface type endpoint.
- policyDocument String
- The AWS Verified Access policy document.
- policyEnabled Boolean
- The status of the Verified Access policy.
- rdsOptions VerifiedAccess Endpoint Rds Options 
- The options for rds type endpoint.
- securityGroup List<String>Ids 
- The IDs of the security groups for the endpoint.
- sseSpecification VerifiedAccess Endpoint Sse Specification 
- The configuration options for customer provided KMS encryption.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- attachmentType string
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- endpointType string
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- verifiedAccess stringGroup Id 
- The ID of the AWS Verified Access group.
- applicationDomain string
- The DNS name for users to reach your application.
- cidrOptions VerifiedAccess Endpoint Cidr Options 
- The options for cidr type endpoint.
- description string
- A description for the AWS Verified Access endpoint.
- domainCertificate stringArn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- endpointDomain stringPrefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- loadBalancer VerifiedOptions Access Endpoint Load Balancer Options 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- networkInterface VerifiedOptions Access Endpoint Network Interface Options 
- The options for network-interface type endpoint.
- policyDocument string
- The AWS Verified Access policy document.
- policyEnabled boolean
- The status of the Verified Access policy.
- rdsOptions VerifiedAccess Endpoint Rds Options 
- The options for rds type endpoint.
- securityGroup string[]Ids 
- The IDs of the security groups for the endpoint.
- sseSpecification VerifiedAccess Endpoint Sse Specification 
- The configuration options for customer provided KMS encryption.
- Tag[]
- An array of key-value pairs to apply to this resource.
- attachment_type str
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- endpoint_type str
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- verified_access_ strgroup_ id 
- The ID of the AWS Verified Access group.
- application_domain str
- The DNS name for users to reach your application.
- cidr_options VerifiedAccess Endpoint Cidr Options Args 
- The options for cidr type endpoint.
- description str
- A description for the AWS Verified Access endpoint.
- domain_certificate_ strarn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- endpoint_domain_ strprefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- load_balancer_ Verifiedoptions Access Endpoint Load Balancer Options Args 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- network_interface_ Verifiedoptions Access Endpoint Network Interface Options Args 
- The options for network-interface type endpoint.
- policy_document str
- The AWS Verified Access policy document.
- policy_enabled bool
- The status of the Verified Access policy.
- rds_options VerifiedAccess Endpoint Rds Options Args 
- The options for rds type endpoint.
- security_group_ Sequence[str]ids 
- The IDs of the security groups for the endpoint.
- sse_specification VerifiedAccess Endpoint Sse Specification Args 
- The configuration options for customer provided KMS encryption.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this resource.
- attachmentType String
- The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
- endpointType String
- The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
- verifiedAccess StringGroup Id 
- The ID of the AWS Verified Access group.
- applicationDomain String
- The DNS name for users to reach your application.
- cidrOptions Property Map
- The options for cidr type endpoint.
- description String
- A description for the AWS Verified Access endpoint.
- domainCertificate StringArn 
- The ARN of a public TLS/SSL certificate imported into or created with ACM.
- endpointDomain StringPrefix 
- A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
- loadBalancer Property MapOptions 
- The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.
- networkInterface Property MapOptions 
- The options for network-interface type endpoint.
- policyDocument String
- The AWS Verified Access policy document.
- policyEnabled Boolean
- The status of the Verified Access policy.
- rdsOptions Property Map
- The options for rds type endpoint.
- securityGroup List<String>Ids 
- The IDs of the security groups for the endpoint.
- sseSpecification Property Map
- The configuration options for customer provided KMS encryption.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the VerifiedAccessEndpoint resource produces the following output properties:
- CreationTime string
- The creation time.
- DeviceValidation stringDomain 
- Returned if endpoint has a device trust provider attached.
- EndpointDomain string
- A DNS name that is generated for the endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The last updated time.
- Status string
- The endpoint status.
- VerifiedAccess stringEndpoint Id 
- The ID of the AWS Verified Access endpoint.
- VerifiedAccess stringInstance Id 
- The ID of the AWS Verified Access instance.
- CreationTime string
- The creation time.
- DeviceValidation stringDomain 
- Returned if endpoint has a device trust provider attached.
- EndpointDomain string
- A DNS name that is generated for the endpoint.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The last updated time.
- Status string
- The endpoint status.
- VerifiedAccess stringEndpoint Id 
- The ID of the AWS Verified Access endpoint.
- VerifiedAccess stringInstance Id 
- The ID of the AWS Verified Access instance.
- creationTime String
- The creation time.
- deviceValidation StringDomain 
- Returned if endpoint has a device trust provider attached.
- endpointDomain String
- A DNS name that is generated for the endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The last updated time.
- status String
- The endpoint status.
- verifiedAccess StringEndpoint Id 
- The ID of the AWS Verified Access endpoint.
- verifiedAccess StringInstance Id 
- The ID of the AWS Verified Access instance.
- creationTime string
- The creation time.
- deviceValidation stringDomain 
- Returned if endpoint has a device trust provider attached.
- endpointDomain string
- A DNS name that is generated for the endpoint.
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated stringTime 
- The last updated time.
- status string
- The endpoint status.
- verifiedAccess stringEndpoint Id 
- The ID of the AWS Verified Access endpoint.
- verifiedAccess stringInstance Id 
- The ID of the AWS Verified Access instance.
- creation_time str
- The creation time.
- device_validation_ strdomain 
- Returned if endpoint has a device trust provider attached.
- endpoint_domain str
- A DNS name that is generated for the endpoint.
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ strtime 
- The last updated time.
- status str
- The endpoint status.
- verified_access_ strendpoint_ id 
- The ID of the AWS Verified Access endpoint.
- verified_access_ strinstance_ id 
- The ID of the AWS Verified Access instance.
- creationTime String
- The creation time.
- deviceValidation StringDomain 
- Returned if endpoint has a device trust provider attached.
- endpointDomain String
- A DNS name that is generated for the endpoint.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The last updated time.
- status String
- The endpoint status.
- verifiedAccess StringEndpoint Id 
- The ID of the AWS Verified Access endpoint.
- verifiedAccess StringInstance Id 
- The ID of the AWS Verified Access instance.
Supporting Types
Tag, TagArgs  
VerifiedAccessEndpointCidrOptions, VerifiedAccessEndpointCidrOptionsArgs          
- Cidr string
- The IP address range, in CIDR notation.
- PortRanges List<Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Port Range> 
- The list of port range.
- Protocol string
- The IP protocol.
- SubnetIds List<string>
- The IDs of the subnets.
- Cidr string
- The IP address range, in CIDR notation.
- PortRanges []VerifiedAccess Endpoint Port Range 
- The list of port range.
- Protocol string
- The IP protocol.
- SubnetIds []string
- The IDs of the subnets.
- cidr String
- The IP address range, in CIDR notation.
- portRanges List<VerifiedAccess Endpoint Port Range> 
- The list of port range.
- protocol String
- The IP protocol.
- subnetIds List<String>
- The IDs of the subnets.
- cidr string
- The IP address range, in CIDR notation.
- portRanges VerifiedAccess Endpoint Port Range[] 
- The list of port range.
- protocol string
- The IP protocol.
- subnetIds string[]
- The IDs of the subnets.
- cidr str
- The IP address range, in CIDR notation.
- port_ranges Sequence[VerifiedAccess Endpoint Port Range] 
- The list of port range.
- protocol str
- The IP protocol.
- subnet_ids Sequence[str]
- The IDs of the subnets.
- cidr String
- The IP address range, in CIDR notation.
- portRanges List<Property Map>
- The list of port range.
- protocol String
- The IP protocol.
- subnetIds List<String>
- The IDs of the subnets.
VerifiedAccessEndpointLoadBalancerOptions, VerifiedAccessEndpointLoadBalancerOptionsArgs            
- LoadBalancer stringArn 
- The ARN of the load balancer.
- Port int
- The IP port number.
- PortRanges List<Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Port Range> 
- The list of port range.
- Protocol string
- The IP protocol.
- SubnetIds List<string>
- The IDs of the subnets.
- LoadBalancer stringArn 
- The ARN of the load balancer.
- Port int
- The IP port number.
- PortRanges []VerifiedAccess Endpoint Port Range 
- The list of port range.
- Protocol string
- The IP protocol.
- SubnetIds []string
- The IDs of the subnets.
- loadBalancer StringArn 
- The ARN of the load balancer.
- port Integer
- The IP port number.
- portRanges List<VerifiedAccess Endpoint Port Range> 
- The list of port range.
- protocol String
- The IP protocol.
- subnetIds List<String>
- The IDs of the subnets.
- loadBalancer stringArn 
- The ARN of the load balancer.
- port number
- The IP port number.
- portRanges VerifiedAccess Endpoint Port Range[] 
- The list of port range.
- protocol string
- The IP protocol.
- subnetIds string[]
- The IDs of the subnets.
- load_balancer_ strarn 
- The ARN of the load balancer.
- port int
- The IP port number.
- port_ranges Sequence[VerifiedAccess Endpoint Port Range] 
- The list of port range.
- protocol str
- The IP protocol.
- subnet_ids Sequence[str]
- The IDs of the subnets.
- loadBalancer StringArn 
- The ARN of the load balancer.
- port Number
- The IP port number.
- portRanges List<Property Map>
- The list of port range.
- protocol String
- The IP protocol.
- subnetIds List<String>
- The IDs of the subnets.
VerifiedAccessEndpointNetworkInterfaceOptions, VerifiedAccessEndpointNetworkInterfaceOptionsArgs            
- NetworkInterface stringId 
- The ID of the network interface.
- Port int
- The IP port number.
- PortRanges List<Pulumi.Aws Native. Ec2. Inputs. Verified Access Endpoint Port Range> 
- The list of port ranges.
- Protocol string
- The IP protocol.
- NetworkInterface stringId 
- The ID of the network interface.
- Port int
- The IP port number.
- PortRanges []VerifiedAccess Endpoint Port Range 
- The list of port ranges.
- Protocol string
- The IP protocol.
- networkInterface StringId 
- The ID of the network interface.
- port Integer
- The IP port number.
- portRanges List<VerifiedAccess Endpoint Port Range> 
- The list of port ranges.
- protocol String
- The IP protocol.
- networkInterface stringId 
- The ID of the network interface.
- port number
- The IP port number.
- portRanges VerifiedAccess Endpoint Port Range[] 
- The list of port ranges.
- protocol string
- The IP protocol.
- network_interface_ strid 
- The ID of the network interface.
- port int
- The IP port number.
- port_ranges Sequence[VerifiedAccess Endpoint Port Range] 
- The list of port ranges.
- protocol str
- The IP protocol.
- networkInterface StringId 
- The ID of the network interface.
- port Number
- The IP port number.
- portRanges List<Property Map>
- The list of port ranges.
- protocol String
- The IP protocol.
VerifiedAccessEndpointPortRange, VerifiedAccessEndpointPortRangeArgs          
VerifiedAccessEndpointRdsOptions, VerifiedAccessEndpointRdsOptionsArgs          
- Port int
- The IP port number.
- Protocol string
- The IP protocol.
- RdsDb stringCluster Arn 
- The ARN of the RDS DB cluster.
- RdsDb stringInstance Arn 
- The ARN of the RDS DB instance.
- RdsDb stringProxy Arn 
- The ARN of the RDS DB proxy.
- RdsEndpoint string
- The RDS endpoint.
- SubnetIds List<string>
- The IDs of the subnets.
- Port int
- The IP port number.
- Protocol string
- The IP protocol.
- RdsDb stringCluster Arn 
- The ARN of the RDS DB cluster.
- RdsDb stringInstance Arn 
- The ARN of the RDS DB instance.
- RdsDb stringProxy Arn 
- The ARN of the RDS DB proxy.
- RdsEndpoint string
- The RDS endpoint.
- SubnetIds []string
- The IDs of the subnets.
- port Integer
- The IP port number.
- protocol String
- The IP protocol.
- rdsDb StringCluster Arn 
- The ARN of the RDS DB cluster.
- rdsDb StringInstance Arn 
- The ARN of the RDS DB instance.
- rdsDb StringProxy Arn 
- The ARN of the RDS DB proxy.
- rdsEndpoint String
- The RDS endpoint.
- subnetIds List<String>
- The IDs of the subnets.
- port number
- The IP port number.
- protocol string
- The IP protocol.
- rdsDb stringCluster Arn 
- The ARN of the RDS DB cluster.
- rdsDb stringInstance Arn 
- The ARN of the RDS DB instance.
- rdsDb stringProxy Arn 
- The ARN of the RDS DB proxy.
- rdsEndpoint string
- The RDS endpoint.
- subnetIds string[]
- The IDs of the subnets.
- port int
- The IP port number.
- protocol str
- The IP protocol.
- rds_db_ strcluster_ arn 
- The ARN of the RDS DB cluster.
- rds_db_ strinstance_ arn 
- The ARN of the RDS DB instance.
- rds_db_ strproxy_ arn 
- The ARN of the RDS DB proxy.
- rds_endpoint str
- The RDS endpoint.
- subnet_ids Sequence[str]
- The IDs of the subnets.
- port Number
- The IP port number.
- protocol String
- The IP protocol.
- rdsDb StringCluster Arn 
- The ARN of the RDS DB cluster.
- rdsDb StringInstance Arn 
- The ARN of the RDS DB instance.
- rdsDb StringProxy Arn 
- The ARN of the RDS DB proxy.
- rdsEndpoint String
- The RDS endpoint.
- subnetIds List<String>
- The IDs of the subnets.
VerifiedAccessEndpointSseSpecification, VerifiedAccessEndpointSseSpecificationArgs          
- CustomerManaged boolKey Enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- KmsKey stringArn 
- KMS Key Arn used to encrypt the group policy
- CustomerManaged boolKey Enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- KmsKey stringArn 
- KMS Key Arn used to encrypt the group policy
- customerManaged BooleanKey Enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- kmsKey StringArn 
- KMS Key Arn used to encrypt the group policy
- customerManaged booleanKey Enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- kmsKey stringArn 
- KMS Key Arn used to encrypt the group policy
- customer_managed_ boolkey_ enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- kms_key_ strarn 
- KMS Key Arn used to encrypt the group policy
- customerManaged BooleanKey Enabled 
- Whether to encrypt the policy with the provided key or disable encryption
- kmsKey StringArn 
- KMS Key Arn used to encrypt the group policy
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.