Interface CfnFleet.IVpcConfigurationProperty
The configuration options for a service managed fleet's VPC.
Namespace: Amazon.CDK.AWS.Deadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFleet.IVpcConfigurationProperty
Syntax (vb)
Public Interface CfnFleet.IVpcConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Deadline;
var vpcConfigurationProperty = new VpcConfigurationProperty {
ResourceConfigurationArns = new [] { "resourceConfigurationArns" }
};
Synopsis
Properties
| ResourceConfigurationArns | The ARNs of the VPC Lattice resource configurations attached to the fleet. |
Properties
ResourceConfigurationArns
The ARNs of the VPC Lattice resource configurations attached to the fleet.
string[]? ResourceConfigurationArns { get; }
Property Value
string[]