Class CfnLocationObjectStorageProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnLocationObjectStorageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationObjectStorageProps
An implementation for CfnLocationObjectStorageProps
  • 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.datasync.CfnLocationObjectStorageProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLocationObjectStorageProps.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 String
    Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
    final List<String>
    (Optional) Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.
    final String
    Specifies the name of the object storage bucket involved in the transfer.
    final Object
    Specifies configuration information for a DataSync-managed secret, which includes the SecretKey that DataSync uses to access a specific object storage location, with a customer-managed AWS KMS key .
    final Object
    Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text.
    final String
    Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
    final String
    Specifies a certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
    final String
    Specifies the domain name or IP address (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.
    final Number
    Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
    final String
    Specifies the protocol that your object storage server uses to communicate.
    final String
    Specifies the object prefix for your object storage server.
    final List<CfnTag>
    Specifies the key-value pair that represents a tag that you want to add to the resource.
    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