@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.382Z") @Stability(value=Stable) public class CfnLocationObjectStorage extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLocationObjectStorage.Builder
A fluent builder for
CfnLocationObjectStorage. |
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 |
|---|---|
|
CfnLocationObjectStorage(software.constructs.Construct scope,
String id,
CfnLocationObjectStorageProps props)
Create a new `AWS::DataSync::LocationObjectStorage`.
|
protected |
CfnLocationObjectStorage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLocationObjectStorage(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey()
`AWS::DataSync::LocationObjectStorage.AccessKey`.
|
List<String> |
getAgentArns()
`AWS::DataSync::LocationObjectStorage.AgentArns`.
|
String |
getAttrLocationArn() |
String |
getAttrLocationUri() |
String |
getBucketName()
`AWS::DataSync::LocationObjectStorage.BucketName`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getSecretKey()
`AWS::DataSync::LocationObjectStorage.SecretKey`.
|
String |
getServerHostname()
`AWS::DataSync::LocationObjectStorage.ServerHostname`.
|
Number |
getServerPort()
`AWS::DataSync::LocationObjectStorage.ServerPort`.
|
String |
getServerProtocol()
`AWS::DataSync::LocationObjectStorage.ServerProtocol`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationObjectStorage.Subdirectory`.
|
TagManager |
getTags()
`AWS::DataSync::LocationObjectStorage.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessKey(String value)
`AWS::DataSync::LocationObjectStorage.AccessKey`.
|
void |
setAgentArns(List<String> value)
`AWS::DataSync::LocationObjectStorage.AgentArns`.
|
void |
setBucketName(String value)
`AWS::DataSync::LocationObjectStorage.BucketName`.
|
void |
setSecretKey(String value)
`AWS::DataSync::LocationObjectStorage.SecretKey`.
|
void |
setServerHostname(String value)
`AWS::DataSync::LocationObjectStorage.ServerHostname`.
|
void |
setServerPort(Number value)
`AWS::DataSync::LocationObjectStorage.ServerPort`.
|
void |
setServerProtocol(String value)
`AWS::DataSync::LocationObjectStorage.ServerProtocol`.
|
void |
setSubdirectory(String value)
`AWS::DataSync::LocationObjectStorage.Subdirectory`.
|
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 CfnLocationObjectStorage(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLocationObjectStorage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLocationObjectStorage(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnLocationObjectStorageProps 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 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 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 List<String> getAgentArns()
@Stability(value=Stable)
public void setAgentArns(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getBucketName()
@Stability(value=Stable)
public void setBucketName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getServerHostname()
@Stability(value=Stable)
public void setServerHostname(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAccessKey()
@Stability(value=Stable)
public void setAccessKey(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSecretKey()
@Stability(value=Stable)
public void setSecretKey(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getServerPort()
@Stability(value=Stable)
public void setServerPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getServerProtocol()
@Stability(value=Stable)
public void setServerProtocol(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSubdirectory()
@Stability(value=Stable)
public void setSubdirectory(@Nullable
String value)
Copyright © 2021. All rights reserved.