@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T14:03:00.901Z") @Stability(value=Stable) public class CfnServer extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnServer.EndpointDetailsProperty |
static interface |
CfnServer.IdentityProviderDetailsProperty |
| 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.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::Transfer::Server`.
|
|
CfnServer(software.amazon.awscdk.core.Construct scope,
String id,
CfnServerProps props)
Create a new `AWS::Transfer::Server`.
|
protected |
CfnServer(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrServerId() |
protected Map<String,Object> |
getCfnProperties() |
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`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::Transfer::Server.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEndpointDetails(CfnServer.EndpointDetailsProperty value)
`AWS::Transfer::Server.EndpointDetails`.
|
void |
setEndpointDetails(software.amazon.awscdk.core.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(software.amazon.awscdk.core.IResolvable value)
`AWS::Transfer::Server.IdentityProviderDetails`.
|
void |
setIdentityProviderType(String value)
`AWS::Transfer::Server.IdentityProviderType`.
|
void |
setLoggingRole(String value)
`AWS::Transfer::Server.LoggingRole`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnServer(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnServer(software.amazon.awscdk.core.Construct scope,
String id,
@Nullable
CfnServerProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental)
public CfnServer(software.amazon.awscdk.core.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.@Stability(value=Stable) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public String getAttrArn()
@Stability(value=Stable) public String getAttrServerId()
@Stability(value=Stable) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-tags@Stability(value=Stable) @Nullable public Object getEndpointDetails()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointdetails@Stability(value=Stable) public void setEndpointDetails(@Nullable CfnServer.EndpointDetailsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointdetails@Stability(value=Stable) public void setEndpointDetails(@Nullable software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointdetails@Stability(value=Stable) @Nullable public String getEndpointType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype@Stability(value=Stable) public void setEndpointType(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-endpointtype@Stability(value=Stable) @Nullable public Object getIdentityProviderDetails()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityproviderdetails@Stability(value=Stable) public void setIdentityProviderDetails(@Nullable software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityproviderdetails@Stability(value=Stable) public void setIdentityProviderDetails(@Nullable CfnServer.IdentityProviderDetailsProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityproviderdetails@Stability(value=Stable) @Nullable public String getIdentityProviderType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype@Stability(value=Stable) public void setIdentityProviderType(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-identityprovidertype@Stability(value=Stable) @Nullable public String getLoggingRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html#cfn-transfer-server-loggingroleCopyright © 2019. All rights reserved.