@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.381Z") @Stability(value=Stable) public class CfnLocationFSxWindows extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnLocationFSxWindows.Builder
A fluent builder for
CfnLocationFSxWindows . |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.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 |
---|---|
|
CfnLocationFSxWindows(software.constructs.Construct scope,
String id,
CfnLocationFSxWindowsProps props)
Create a new `AWS::DataSync::LocationFSxWindows`.
|
protected |
CfnLocationFSxWindows(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLocationFSxWindows(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrLocationArn() |
String |
getAttrLocationUri() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDomain()
`AWS::DataSync::LocationFSxWindows.Domain`.
|
String |
getFsxFilesystemArn()
`AWS::DataSync::LocationFSxWindows.FsxFilesystemArn`.
|
String |
getPassword()
`AWS::DataSync::LocationFSxWindows.Password`.
|
List<String> |
getSecurityGroupArns()
`AWS::DataSync::LocationFSxWindows.SecurityGroupArns`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationFSxWindows.Subdirectory`.
|
TagManager |
getTags()
`AWS::DataSync::LocationFSxWindows.Tags`.
|
String |
getUser()
`AWS::DataSync::LocationFSxWindows.User`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDomain(String value)
`AWS::DataSync::LocationFSxWindows.Domain`.
|
void |
setFsxFilesystemArn(String value)
`AWS::DataSync::LocationFSxWindows.FsxFilesystemArn`.
|
void |
setPassword(String value)
`AWS::DataSync::LocationFSxWindows.Password`.
|
void |
setSecurityGroupArns(List<String> value)
`AWS::DataSync::LocationFSxWindows.SecurityGroupArns`.
|
void |
setSubdirectory(String value)
`AWS::DataSync::LocationFSxWindows.Subdirectory`.
|
void |
setUser(String value)
`AWS::DataSync::LocationFSxWindows.User`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLocationFSxWindows(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLocationFSxWindows(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnLocationFSxWindows(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnLocationFSxWindowsProps 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. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - 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 CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public String getAttrLocationArn()
@Stability(value=Stable) @NotNull public String getAttrLocationUri()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getFsxFilesystemArn()
@Stability(value=Stable) public void setFsxFilesystemArn(@NotNull String value)
@Stability(value=Stable) @NotNull public String getPassword()
@Stability(value=Stable) public void setPassword(@NotNull String value)
@Stability(value=Stable) @NotNull public List<String> getSecurityGroupArns()
@Stability(value=Stable) public void setSecurityGroupArns(@NotNull List<String> value)
@Stability(value=Stable) @NotNull public String getUser()
@Stability(value=Stable) public void setUser(@NotNull String value)
@Stability(value=Stable) @Nullable public String getDomain()
@Stability(value=Stable) public void setDomain(@Nullable String value)
@Stability(value=Stable) @Nullable public String getSubdirectory()
@Stability(value=Stable) public void setSubdirectory(@Nullable String value)
Copyright © 2021. All rights reserved.