interface VpcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Deadline.CfnFleetPropsMixin.VpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdeadline#CfnFleetPropsMixin_VpcConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnFleetPropsMixin.VpcConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_deadline.CfnFleetPropsMixin.VpcConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_deadline » CfnFleetPropsMixin » 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/cfn-property-mixins';
const vpcConfigurationProperty: deadline.CfnFleetPropsMixin.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.

.NET
Go
Java
Python
TypeScript