interface VpcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Deadline.CfnFleet.VpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFleet_VpcConfigurationProperty |
Java | software.amazon.awscdk.services.deadline.CfnFleet.VpcConfigurationProperty |
Python | aws_cdk.aws_deadline.CfnFleet.VpcConfigurationProperty |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript