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>
    Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.
    final String
    Specifies the name of the object storage bucket involved in the transfer.
    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 file with the certificates that are used to sign the object storage server's certificate (for example, file:///home/user/.ssh/storage_sys_certificate.pem ).
    final String
    Specifies the domain name or IP address of the object storage server.
    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