@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.384Z") @Stability(value=Stable) public interface CfnLocationSMBProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLocationSMBProps.Builder
A builder for
CfnLocationSMBProps |
static class |
CfnLocationSMBProps.Jsii$Proxy
An implementation for
CfnLocationSMBProps |
Modifier and Type | Method and Description |
---|---|
static CfnLocationSMBProps.Builder |
builder() |
List<String> |
getAgentArns()
`AWS::DataSync::LocationSMB.AgentArns`.
|
default String |
getDomain()
`AWS::DataSync::LocationSMB.Domain`.
|
default Object |
getMountOptions()
`AWS::DataSync::LocationSMB.MountOptions`.
|
String |
getPassword()
`AWS::DataSync::LocationSMB.Password`.
|
String |
getServerHostname()
`AWS::DataSync::LocationSMB.ServerHostname`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationSMB.Subdirectory`.
|
default List<CfnTag> |
getTags()
`AWS::DataSync::LocationSMB.Tags`.
|
String |
getUser()
`AWS::DataSync::LocationSMB.User`.
|
@Stability(value=Stable) @NotNull List<String> getAgentArns()
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getServerHostname()
@Stability(value=Stable) @NotNull String getSubdirectory()
@Stability(value=Stable) @NotNull String getUser()
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) @Nullable default Object getMountOptions()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnLocationSMBProps.Builder builder()
CfnLocationSMBProps.Builder
of CfnLocationSMBProps
Copyright © 2021. All rights reserved.