Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workforce-workforcevpcconfigrequest.html

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

The VPC security group IDs.

string[]? SecurityGroupIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workforce-workforcevpcconfigrequest.html#cfn-sagemaker-workforce-workforcevpcconfigrequest-securitygroupids

Subnets

The VPC subnets.

string[]? Subnets { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workforce-workforcevpcconfigrequest.html#cfn-sagemaker-workforce-workforcevpcconfigrequest-subnets

VpcId

The ID of the VPC.

string? VpcId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workforce-workforcevpcconfigrequest.html#cfn-sagemaker-workforce-workforcevpcconfigrequest-vpcid

Back to top Generated by DocFX