@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.193Z") @Stability(value=Stable) public class CfnServer extends CfnResource implements IInspectable
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.*;
CfnServer cfnServer = CfnServer.Builder.create(this, "MyCfnServer")
.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 | Class and Description |
|---|---|
static class |
CfnServer.Builder
A fluent builder for
CfnServer. |
static interface |
CfnServer.EndpointDetailsProperty
Example:
|
static interface |
CfnServer.IdentityProviderDetailsProperty
Example:
|
static interface |
CfnServer.ProtocolDetailsProperty
Example:
|
static interface |
CfnServer.WorkflowDetailProperty
Example:
|
static interface |
CfnServer.WorkflowDetailsProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnServer(software.constructs.Construct scope,
String id)
Create a new `AWS::Transfer::Server`.
|
|
CfnServer(software.constructs.Construct scope,
String id,
CfnServerProps props)
Create a new `AWS::Transfer::Server`.
|
protected |
CfnServer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnServer(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrServerId() |
String |
getCertificate()
`AWS::Transfer::Server.Certificate`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDomain()
`AWS::Transfer::Server.Domain`.
|
Object |
getEndpointDetails()
`AWS::Transfer::Server.EndpointDetails`.
|
String |
getEndpointType()
`AWS::Transfer::Server.EndpointType`.
|
Object |
getIdentityProviderDetails()
`AWS::Transfer::Server.IdentityProviderDetails`.
|
String |
getIdentityProviderType()
`AWS::Transfer::Server.IdentityProviderType`.
|
String |
getLoggingRole()
`AWS::Transfer::Server.LoggingRole`.
|
Object |
getProtocolDetails()
`AWS::Transfer::Server.ProtocolDetails`.
|
List<String> |
getProtocols()
`AWS::Transfer::Server.Protocols`.
|
String |
getSecurityPolicyName()
`AWS::Transfer::Server.SecurityPolicyName`.
|
TagManager |
getTags()
`AWS::Transfer::Server.Tags`.
|
Object |
getWorkflowDetails()
`AWS::Transfer::Server.WorkflowDetails`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCertificate(String value)
`AWS::Transfer::Server.Certificate`.
|
void |
setDomain(String value)
`AWS::Transfer::Server.Domain`.
|
void |
setEndpointDetails(CfnServer.EndpointDetailsProperty value)
`AWS::Transfer::Server.EndpointDetails`.
|
void |
setEndpointDetails(IResolvable value)
`AWS::Transfer::Server.EndpointDetails`.
|
void |
setEndpointType(String value)
`AWS::Transfer::Server.EndpointType`.
|
void |
setIdentityProviderDetails(CfnServer.IdentityProviderDetailsProperty value)
`AWS::Transfer::Server.IdentityProviderDetails`.
|
void |
setIdentityProviderDetails(IResolvable value)
`AWS::Transfer::Server.IdentityProviderDetails`.
|
void |
setIdentityProviderType(String value)
`AWS::Transfer::Server.IdentityProviderType`.
|
void |
setLoggingRole(String value)
`AWS::Transfer::Server.LoggingRole`.
|
void |
setProtocolDetails(CfnServer.ProtocolDetailsProperty value)
`AWS::Transfer::Server.ProtocolDetails`.
|
void |
setProtocolDetails(IResolvable value)
`AWS::Transfer::Server.ProtocolDetails`.
|
void |
setProtocols(List<String> value)
`AWS::Transfer::Server.Protocols`.
|
void |
setSecurityPolicyName(String value)
`AWS::Transfer::Server.SecurityPolicyName`.
|
void |
setWorkflowDetails(CfnServer.WorkflowDetailsProperty value)
`AWS::Transfer::Server.WorkflowDetails`.
|
void |
setWorkflowDetails(IResolvable value)
`AWS::Transfer::Server.WorkflowDetails`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnServer(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnServer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnServer(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnServerProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnServer(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrServerId()
@Stability(value=Stable) @Nullable public String getCertificate()
@Stability(value=Stable)
public void setCertificate(@Nullable
String value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getDomain()
@Stability(value=Stable)
public void setDomain(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEndpointDetails()
@Stability(value=Stable)
public void setEndpointDetails(@Nullable
CfnServer.EndpointDetailsProperty value)
@Stability(value=Stable)
public void setEndpointDetails(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getEndpointType()
@Stability(value=Stable)
public void setEndpointType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getIdentityProviderDetails()
@Stability(value=Stable)
public void setIdentityProviderDetails(@Nullable
CfnServer.IdentityProviderDetailsProperty value)
@Stability(value=Stable)
public void setIdentityProviderDetails(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getIdentityProviderType()
@Stability(value=Stable)
public void setIdentityProviderType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLoggingRole()
@Stability(value=Stable)
public void setLoggingRole(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getProtocolDetails()
@Stability(value=Stable)
public void setProtocolDetails(@Nullable
CfnServer.ProtocolDetailsProperty value)
@Stability(value=Stable)
public void setProtocolDetails(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getProtocols()
@Stability(value=Stable)
public void setProtocols(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getSecurityPolicyName()
@Stability(value=Stable)
public void setSecurityPolicyName(@Nullable
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public Object getWorkflowDetails()
@Stability(value=Stable)
public void setWorkflowDetails(@Nullable
CfnServer.WorkflowDetailsProperty value)
@Stability(value=Stable)
public void setWorkflowDetails(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.