Interface CfnWorkforce.IWorkforceVpcConfigRequestProperty
The VPC configuration for the workforce.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkforce.IWorkforceVpcConfigRequestProperty
Syntax (vb)
Public Interface CfnWorkforce.IWorkforceVpcConfigRequestProperty
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.Sagemaker;
var workforceVpcConfigRequestProperty = new WorkforceVpcConfigRequestProperty {
SecurityGroupIds = new [] { "securityGroupIds" },
Subnets = new [] { "subnets" },
VpcId = "vpcId"
};
Synopsis
Properties
| SecurityGroupIds | The VPC security group IDs. |
| Subnets | The VPC subnets. |
| VpcId | The ID of the VPC. |
Properties
SecurityGroupIds
Subnets
VpcId
The ID of the VPC.
string? VpcId { get; }