@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.576Z") @Stability(value=Stable) public class CfnServer extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnServer.Builder
A fluent builder for
CfnServer. |
static interface |
CfnServer.EndpointDetailsProperty |
static interface |
CfnServer.IdentityProviderDetailsProperty |
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`.
|
List<String> |
getProtocols()
`AWS::Transfer::Server.Protocols`.
|
String |
getSecurityPolicyName()
`AWS::Transfer::Server.SecurityPolicyName`.
|
TagManager |
getTags()
`AWS::Transfer::Server.Tags`.
|
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 |
setProtocols(List<String> value)
`AWS::Transfer::Server.Protocols`.
|
void |
setSecurityPolicyName(String value)
`AWS::Transfer::Server.SecurityPolicyName`.
|
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) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getCertificate()
@Stability(value=Stable)
public void setCertificate(@Nullable
String value)
@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 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)
Copyright © 2021. All rights reserved.