interface VpcConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnFleet.VpcConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFleet_VpcConfigurationProperty |
![]() | software.amazon.awscdk.services.deadline.CfnFleet.VpcConfigurationProperty |
![]() | aws_cdk.aws_deadline.CfnFleet.VpcConfigurationProperty |
![]() | aws-cdk-lib » aws_deadline » CfnFleet » VpcConfigurationProperty |
The configuration options for a service managed fleet's VPC.
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 vpcConfigurationProperty: deadline.CfnFleet.VpcConfigurationProperty = {
resourceConfigurationArns: ['resourceConfigurationArns'],
};
Properties
Name | Type | Description |
---|---|---|
resource | string[] | The ARNs of the VPC Lattice resource configurations attached to the fleet. |
resourceConfigurationArns?
Type:
string[]
(optional)
The ARNs of the VPC Lattice resource configurations attached to the fleet.