interface CfnLicenseEndpointProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_deadline.CfnLicenseEndpointProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnLicenseEndpointProps |
Java | software.amazon.awscdk.services.deadline.CfnLicenseEndpointProps |
Python | aws_cdk.aws_deadline.CfnLicenseEndpointProps |
TypeScript | aws-cdk-lib » aws_deadline » CfnLicenseEndpointProps |
Properties for defining a CfnLicenseEndpoint
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const cfnLicenseEndpointProps: deadline.CfnLicenseEndpointProps = {
securityGroupIds: ['securityGroupIds'],
subnetIds: ['subnetIds'],
vpcId: 'vpcId',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
security | string[] | The identifier of the Amazon EC2 security group that controls access to the license endpoint. |
subnet | string[] | Identifies the VPC subnets that can connect to a license endpoint. |
vpc | string | The VCP(virtual private cloud) ID associated with the license endpoint. |
tags? | Cfn [] | The tags to add to your license endpoint. |
securityGroupIds
Type:
string[]
The identifier of the Amazon EC2 security group that controls access to the license endpoint.
subnetIds
Type:
string[]
Identifies the VPC subnets that can connect to a license endpoint.
vpcId
Type:
string
The VCP(virtual private cloud) ID associated with the license endpoint.
tags?
Type:
Cfn
[]
(optional)
The tags to add to your license endpoint.
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.