@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.383Z") @Stability(value=Stable) public class CfnLocationS3 extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnLocationS3.Builder
A fluent builder for
CfnLocationS3 . |
static interface |
CfnLocationS3.S3ConfigProperty |
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 |
---|---|
|
CfnLocationS3(software.constructs.Construct scope,
String id,
CfnLocationS3Props props)
Create a new `AWS::DataSync::LocationS3`.
|
protected |
CfnLocationS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLocationS3(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrLocationArn() |
String |
getAttrLocationUri() |
protected Map<String,Object> |
getCfnProperties() |
String |
getS3BucketArn()
`AWS::DataSync::LocationS3.S3BucketArn`.
|
Object |
getS3Config()
`AWS::DataSync::LocationS3.S3Config`.
|
String |
getS3StorageClass()
`AWS::DataSync::LocationS3.S3StorageClass`.
|
String |
getSubdirectory()
`AWS::DataSync::LocationS3.Subdirectory`.
|
TagManager |
getTags()
`AWS::DataSync::LocationS3.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setS3BucketArn(String value)
`AWS::DataSync::LocationS3.S3BucketArn`.
|
void |
setS3Config(CfnLocationS3.S3ConfigProperty value)
`AWS::DataSync::LocationS3.S3Config`.
|
void |
setS3Config(IResolvable value)
`AWS::DataSync::LocationS3.S3Config`.
|
void |
setS3StorageClass(String value)
`AWS::DataSync::LocationS3.S3StorageClass`.
|
void |
setSubdirectory(String value)
`AWS::DataSync::LocationS3.Subdirectory`.
|
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 CfnLocationS3(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLocationS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnLocationS3(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnLocationS3Props 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 getS3BucketArn()
@Stability(value=Stable) public void setS3BucketArn(@NotNull String value)
@Stability(value=Stable) @NotNull public Object getS3Config()
@Stability(value=Stable) public void setS3Config(@NotNull CfnLocationS3.S3ConfigProperty value)
@Stability(value=Stable) public void setS3Config(@NotNull IResolvable value)
@Stability(value=Stable) @Nullable public String getS3StorageClass()
@Stability(value=Stable) public void setS3StorageClass(@Nullable String value)
@Stability(value=Stable) @Nullable public String getSubdirectory()
@Stability(value=Stable) public void setSubdirectory(@Nullable String value)
Copyright © 2021. All rights reserved.