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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnLocationObjectStorageProps
CfnLocationObjectStorageProps.Builder, CfnLocationObjectStorageProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationObjectStorageProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.final StringSpecifies the name of the object storage bucket involved in the transfer.final StringSpecifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.final StringSpecifies 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 StringSpecifies the domain name or IP address of the object storage server.final NumberSpecifies the port that your object storage server accepts inbound network traffic on (for example, port 443).final StringSpecifies the protocol that your object storage server uses to communicate.final StringSpecifies the object prefix for your object storage server.getTags()Specifies the key-value pair that represents a tag that you want to add to the resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLocationObjectStorageProps.Builder.
-
-
Method Details
-
getAgentArns
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the Amazon Resource Names (ARNs) of the DataSync agents that can securely connect with your location.- Specified by:
getAgentArnsin interfaceCfnLocationObjectStorageProps
-
getAccessKey
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.- Specified by:
getAccessKeyin interfaceCfnLocationObjectStorageProps
-
getBucketName
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the name of the object storage bucket involved in the transfer.- Specified by:
getBucketNamein interfaceCfnLocationObjectStorageProps
-
getSecretKey
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.- Specified by:
getSecretKeyin interfaceCfnLocationObjectStorageProps
-
getServerCertificate
Description copied from interface:CfnLocationObjectStoragePropsSpecifies 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). The file you specify must include the following:.- The certificate of the signing certificate authority (CA)
- Any intermediate certificates
- base64 encoding
- A
.pemextension
The file can be up to 32768 bytes (before base64 encoding).
To use this parameter, configure
ServerProtocoltoHTTPS.- Specified by:
getServerCertificatein interfaceCfnLocationObjectStorageProps
-
getServerHostname
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the domain name or IP address of the object storage server.A DataSync agent uses this hostname to mount the object storage server in a network.
- Specified by:
getServerHostnamein interfaceCfnLocationObjectStorageProps
-
getServerPort
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the port that your object storage server accepts inbound network traffic on (for example, port 443).- Specified by:
getServerPortin interfaceCfnLocationObjectStorageProps
-
getServerProtocol
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the protocol that your object storage server uses to communicate.- Specified by:
getServerProtocolin interfaceCfnLocationObjectStorageProps
-
getSubdirectory
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the object prefix for your object storage server.If this is a source location, DataSync only copies objects with this prefix. If this is a destination location, DataSync writes all objects with this prefix.
- Specified by:
getSubdirectoryin interfaceCfnLocationObjectStorageProps
-
getTags
Description copied from interface:CfnLocationObjectStoragePropsSpecifies the key-value pair that represents a tag that you want to add to the resource.Tags can help you manage, filter, and search for your resources. We recommend creating a name tag for your location.
- Specified by:
getTagsin interfaceCfnLocationObjectStorageProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-