public static interface FunctionResource.VpcConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionResource.VpcConfigProperty.Builder
A builder for
FunctionResource.VpcConfigProperty |
static class |
FunctionResource.VpcConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.VpcConfigProperty.Builder |
builder() |
Object |
getSecurityGroupIds()
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
|
Object |
getSubnetIds()
``FunctionResource.VpcConfigProperty.SubnetIds``
|
void |
setSecurityGroupIds(List<Object> value)
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
|
void |
setSecurityGroupIds(software.amazon.awscdk.Token value)
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
|
void |
setSubnetIds(List<Object> value)
``FunctionResource.VpcConfigProperty.SubnetIds``
|
void |
setSubnetIds(software.amazon.awscdk.Token value)
``FunctionResource.VpcConfigProperty.SubnetIds``
|
Object getSecurityGroupIds()
void setSecurityGroupIds(software.amazon.awscdk.Token value)
void setSecurityGroupIds(List<Object> value)
Object getSubnetIds()
void setSubnetIds(software.amazon.awscdk.Token value)
static FunctionResource.VpcConfigProperty.Builder builder()
Copyright © 2018. All rights reserved.