@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.027Z") @Stability(value=Experimental) public interface OptionConfiguration extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OptionConfiguration.Builder
A builder for
OptionConfiguration |
static class |
OptionConfiguration.Jsii$Proxy
An implementation for
OptionConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static OptionConfiguration.Builder |
builder() |
String |
getName()
(experimental) The name of the option.
|
default Number |
getPort()
(experimental) The port number that this option uses.
|
default List<ISecurityGroup> |
getSecurityGroups()
(experimental) Optional list of security groups to use for this option, if `vpc` is specified.
|
default Map<String,String> |
getSettings()
(experimental) The settings for the option.
|
default String |
getVersion()
(experimental) The version for the option.
|
default IVpc |
getVpc()
(experimental) The VPC where a security group should be created for this option.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default Number getPort()
If port is specified then vpc
must also be specified.
Default: - no port
@Stability(value=Experimental) @Nullable default List<ISecurityGroup> getSecurityGroups()
If no groups are provided, a default one will be created.
Default: - a default group will be created if `port` or `vpc` are specified.
@Stability(value=Experimental) @Nullable default Map<String,String> getSettings()
Default: - no settings
@Stability(value=Experimental) @Nullable default String getVersion()
Default: - no version
@Stability(value=Experimental) @Nullable default IVpc getVpc()
If vpc
is specified then port must also be specified.
Default: - no VPC
@Stability(value=Experimental) static OptionConfiguration.Builder builder()
OptionConfiguration.Builder of OptionConfigurationCopyright © 2021. All rights reserved.