@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:49.230Z") @Stability(value=Stable) public class CfnDataRepositoryAssociation extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.fsx.*;
CfnDataRepositoryAssociation cfnDataRepositoryAssociation = CfnDataRepositoryAssociation.Builder.create(this, "MyCfnDataRepositoryAssociation")
.dataRepositoryPath("dataRepositoryPath")
.fileSystemId("fileSystemId")
.fileSystemPath("fileSystemPath")
// the properties below are optional
.batchImportMetaDataOnCreate(false)
.importedFileChunkSize(123)
.s3(S3Property.builder()
.autoExportPolicy(AutoExportPolicyProperty.builder()
.events(List.of("events"))
.build())
.autoImportPolicy(AutoImportPolicyProperty.builder()
.events(List.of("events"))
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnDataRepositoryAssociation.AutoExportPolicyProperty
Example:
|
static interface |
CfnDataRepositoryAssociation.AutoImportPolicyProperty
Example:
|
static class |
CfnDataRepositoryAssociation.Builder
A fluent builder for
CfnDataRepositoryAssociation. |
static interface |
CfnDataRepositoryAssociation.S3Property
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnDataRepositoryAssociation(Construct scope,
String id,
CfnDataRepositoryAssociationProps props)
Create a new `AWS::FSx::DataRepositoryAssociation`.
|
protected |
CfnDataRepositoryAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDataRepositoryAssociation(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrAssociationId() |
String |
getAttrResourceArn() |
Object |
getBatchImportMetaDataOnCreate()
`AWS::FSx::DataRepositoryAssociation.BatchImportMetaDataOnCreate`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDataRepositoryPath()
`AWS::FSx::DataRepositoryAssociation.DataRepositoryPath`.
|
String |
getFileSystemId()
`AWS::FSx::DataRepositoryAssociation.FileSystemId`.
|
String |
getFileSystemPath()
`AWS::FSx::DataRepositoryAssociation.FileSystemPath`.
|
Number |
getImportedFileChunkSize()
`AWS::FSx::DataRepositoryAssociation.ImportedFileChunkSize`.
|
Object |
getS3()
`AWS::FSx::DataRepositoryAssociation.S3`.
|
TagManager |
getTags()
`AWS::FSx::DataRepositoryAssociation.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setBatchImportMetaDataOnCreate(Boolean value)
`AWS::FSx::DataRepositoryAssociation.BatchImportMetaDataOnCreate`.
|
void |
setBatchImportMetaDataOnCreate(IResolvable value)
`AWS::FSx::DataRepositoryAssociation.BatchImportMetaDataOnCreate`.
|
void |
setDataRepositoryPath(String value)
`AWS::FSx::DataRepositoryAssociation.DataRepositoryPath`.
|
void |
setFileSystemId(String value)
`AWS::FSx::DataRepositoryAssociation.FileSystemId`.
|
void |
setFileSystemPath(String value)
`AWS::FSx::DataRepositoryAssociation.FileSystemPath`.
|
void |
setImportedFileChunkSize(Number value)
`AWS::FSx::DataRepositoryAssociation.ImportedFileChunkSize`.
|
void |
setS3(CfnDataRepositoryAssociation.S3Property value)
`AWS::FSx::DataRepositoryAssociation.S3`.
|
void |
setS3(IResolvable value)
`AWS::FSx::DataRepositoryAssociation.S3`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDataRepositoryAssociation(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDataRepositoryAssociation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDataRepositoryAssociation(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnDataRepositoryAssociationProps 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 getAttrAssociationId()
@Stability(value=Stable) @NotNull public String getAttrResourceArn()
@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 getDataRepositoryPath()
@Stability(value=Stable)
public void setDataRepositoryPath(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getFileSystemId()
@Stability(value=Stable)
public void setFileSystemId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getFileSystemPath()
@Stability(value=Stable)
public void setFileSystemPath(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getBatchImportMetaDataOnCreate()
@Stability(value=Stable)
public void setBatchImportMetaDataOnCreate(@Nullable
Boolean value)
@Stability(value=Stable)
public void setBatchImportMetaDataOnCreate(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getImportedFileChunkSize()
@Stability(value=Stable)
public void setImportedFileChunkSize(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getS3()
@Stability(value=Stable)
public void setS3(@Nullable
CfnDataRepositoryAssociation.S3Property value)
@Stability(value=Stable)
public void setS3(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.