@Stability(value=Stable)
public static interface CfnMonitoringSchedule.VpcConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
VpcConfigProperty vpcConfigProperty = VpcConfigProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnets(List.of("subnets"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMonitoringSchedule.VpcConfigProperty.Builder
A builder for
CfnMonitoringSchedule.VpcConfigProperty |
static class |
CfnMonitoringSchedule.VpcConfigProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.VpcConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.VpcConfigProperty.Builder |
builder() |
List<String> |
getSecurityGroupIds()
`CfnMonitoringSchedule.VpcConfigProperty.SecurityGroupIds`.
|
List<String> |
getSubnets()
`CfnMonitoringSchedule.VpcConfigProperty.Subnets`.
|
@Stability(value=Stable) @NotNull List<String> getSecurityGroupIds()
@Stability(value=Stable) @NotNull List<String> getSubnets()
@Stability(value=Stable) static CfnMonitoringSchedule.VpcConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.