@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.383Z") @Stability(value=Stable) public interface CfnLocationObjectStorageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationObjectStorageProps.Builder
A builder for
CfnLocationObjectStorageProps |
static class |
CfnLocationObjectStorageProps.Jsii$Proxy
An implementation for
CfnLocationObjectStorageProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationObjectStorageProps.Builder |
builder() |
default String |
getAccessKey()
`AWS::DataSync::LocationObjectStorage.AccessKey`.
|
List<String> |
getAgentArns()
`AWS::DataSync::LocationObjectStorage.AgentArns`.
|
String |
getBucketName()
`AWS::DataSync::LocationObjectStorage.BucketName`.
|
default String |
getSecretKey()
`AWS::DataSync::LocationObjectStorage.SecretKey`.
|
String |
getServerHostname()
`AWS::DataSync::LocationObjectStorage.ServerHostname`.
|
default Number |
getServerPort()
`AWS::DataSync::LocationObjectStorage.ServerPort`.
|
default String |
getServerProtocol()
`AWS::DataSync::LocationObjectStorage.ServerProtocol`.
|
default String |
getSubdirectory()
`AWS::DataSync::LocationObjectStorage.Subdirectory`.
|
default List<CfnTag> |
getTags()
`AWS::DataSync::LocationObjectStorage.Tags`.
|
@Stability(value=Stable) @NotNull List<String> getAgentArns()
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull String getServerHostname()
@Stability(value=Stable) @Nullable default String getAccessKey()
@Stability(value=Stable) @Nullable default String getSecretKey()
@Stability(value=Stable) @Nullable default Number getServerPort()
@Stability(value=Stable) @Nullable default String getServerProtocol()
@Stability(value=Stable) @Nullable default String getSubdirectory()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnLocationObjectStorageProps.Builder builder()
Copyright © 2021. All rights reserved.