Class CfnDataRepositoryAssociationProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociationProps.Jsii$Proxy
All Implemented Interfaces:
CfnDataRepositoryAssociationProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDataRepositoryAssociationProps

@Stability(Stable) @Internal public static final class CfnDataRepositoryAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataRepositoryAssociationProps
An implementation for CfnDataRepositoryAssociationProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociationProps

    CfnDataRepositoryAssociationProps.Builder, CfnDataRepositoryAssociationProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDataRepositoryAssociationProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
    final String
    The path to the Amazon S3 data repository that will be linked to the file system.
    final String
    The ID of the file system on which the data repository association is configured.
    final String
    A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/ ) that will be mapped 1-1 with DataRepositoryPath .
    final Number
    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
    final Object
    The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
    final List<CfnTag>
    A list of Tag values, with a maximum of 50 elements.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait