@Stability(value=Stable)
public static interface CfnServer.ProtocolDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.transfer.*;
ProtocolDetailsProperty protocolDetailsProperty = ProtocolDetailsProperty.builder()
.passiveIp("passiveIp")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServer.ProtocolDetailsProperty.Builder
A builder for
CfnServer.ProtocolDetailsProperty |
static class |
CfnServer.ProtocolDetailsProperty.Jsii$Proxy
An implementation for
CfnServer.ProtocolDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServer.ProtocolDetailsProperty.Builder |
builder() |
default String |
getPassiveIp()
Indicates passive mode, for FTP and FTPS protocols.
|
@Stability(value=Stable) @Nullable default String getPassiveIp()
Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
@Stability(value=Stable) static CfnServer.ProtocolDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.