Class CfnLocationSMBProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLocationSMBProps.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 List<String>
    The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location.
    final String
    Specifies the name of the Active Directory domain that your SMB file server belongs to.
    final Object
    Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
    final String
    The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.
    final String
    Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.
    final String
    The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination.
    final List<CfnTag>
    Specifies labels that help you categorize, filter, and search for your AWS resources.
    final String
    The user who can mount the share and has the permissions to access files and folders in the SMB share.
    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