interface VpcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins.CfnFleetPropsMixin.VpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdeadline/mixins#CfnFleetPropsMixin_VpcConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.deadline.mixins.CfnFleetPropsMixin.VpcConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_deadline.mixins.CfnFleetPropsMixin.VpcConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_deadline » mixins » 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 { mixins as deadline_mixins } from '@aws-cdk/mixins-preview/aws-deadline';
const vpcConfigurationProperty: deadline_mixins.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