@Stability(value=Stable)
public static interface CfnConnection.ConnectionInputProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnection.ConnectionInputProperty.Builder
A builder for
CfnConnection.ConnectionInputProperty |
static class |
CfnConnection.ConnectionInputProperty.Jsii$Proxy
An implementation for
CfnConnection.ConnectionInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnection.ConnectionInputProperty.Builder |
builder() |
default Object |
getConnectionProperties()
`CfnConnection.ConnectionInputProperty.ConnectionProperties`.
|
String |
getConnectionType()
`CfnConnection.ConnectionInputProperty.ConnectionType`.
|
default String |
getDescription()
`CfnConnection.ConnectionInputProperty.Description`.
|
default List<String> |
getMatchCriteria()
`CfnConnection.ConnectionInputProperty.MatchCriteria`.
|
default String |
getName()
`CfnConnection.ConnectionInputProperty.Name`.
|
default Object |
getPhysicalConnectionRequirements()
`CfnConnection.ConnectionInputProperty.PhysicalConnectionRequirements`.
|
@Stability(value=Stable) @NotNull String getConnectionType()
@Stability(value=Stable) @Nullable default Object getConnectionProperties()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getMatchCriteria()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getPhysicalConnectionRequirements()
@Stability(value=Stable) static CfnConnection.ConnectionInputProperty.Builder builder()
Copyright © 2021. All rights reserved.