@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.194Z") @Stability(value=Stable) public interface CfnServerProps 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.*;
CfnServerProps cfnServerProps = CfnServerProps.builder()
.certificate("certificate")
.domain("domain")
.endpointDetails(EndpointDetailsProperty.builder()
.addressAllocationIds(List.of("addressAllocationIds"))
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.vpcEndpointId("vpcEndpointId")
.vpcId("vpcId")
.build())
.endpointType("endpointType")
.identityProviderDetails(IdentityProviderDetailsProperty.builder()
.directoryId("directoryId")
.function("function")
.invocationRole("invocationRole")
.url("url")
.build())
.identityProviderType("identityProviderType")
.loggingRole("loggingRole")
.protocolDetails(ProtocolDetailsProperty.builder()
.passiveIp("passiveIp")
.build())
.protocols(List.of("protocols"))
.securityPolicyName("securityPolicyName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.workflowDetails(WorkflowDetailsProperty.builder()
.onUpload(List.of(WorkflowDetailProperty.builder()
.executionRole("executionRole")
.workflowId("workflowId")
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServerProps.Builder
A builder for
CfnServerProps |
static class |
CfnServerProps.Jsii$Proxy
An implementation for
CfnServerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServerProps.Builder |
builder() |
default String |
getCertificate()
`AWS::Transfer::Server.Certificate`.
|
default String |
getDomain()
`AWS::Transfer::Server.Domain`.
|
default Object |
getEndpointDetails()
`AWS::Transfer::Server.EndpointDetails`.
|
default String |
getEndpointType()
`AWS::Transfer::Server.EndpointType`.
|
default Object |
getIdentityProviderDetails()
`AWS::Transfer::Server.IdentityProviderDetails`.
|
default String |
getIdentityProviderType()
`AWS::Transfer::Server.IdentityProviderType`.
|
default String |
getLoggingRole()
`AWS::Transfer::Server.LoggingRole`.
|
default Object |
getProtocolDetails()
`AWS::Transfer::Server.ProtocolDetails`.
|
default List<String> |
getProtocols()
`AWS::Transfer::Server.Protocols`.
|
default String |
getSecurityPolicyName()
`AWS::Transfer::Server.SecurityPolicyName`.
|
default List<CfnTag> |
getTags()
`AWS::Transfer::Server.Tags`.
|
default Object |
getWorkflowDetails()
`AWS::Transfer::Server.WorkflowDetails`.
|
@Stability(value=Stable) @Nullable default String getCertificate()
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) @Nullable default Object getEndpointDetails()
@Stability(value=Stable) @Nullable default String getEndpointType()
@Stability(value=Stable) @Nullable default Object getIdentityProviderDetails()
@Stability(value=Stable) @Nullable default String getIdentityProviderType()
@Stability(value=Stable) @Nullable default String getLoggingRole()
@Stability(value=Stable) @Nullable default Object getProtocolDetails()
@Stability(value=Stable) @Nullable default List<String> getProtocols()
@Stability(value=Stable) @Nullable default String getSecurityPolicyName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getWorkflowDetails()
@Stability(value=Stable) static CfnServerProps.Builder builder()
CfnServerProps.Builder of CfnServerPropsCopyright © 2021. All rights reserved.