Class CfnLocationAzureBlobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationAzureBlobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationAzureBlobMixinProps
CfnLocationAzureBlobMixinProps-
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.cfnpropertymixins.services.datasync.CfnLocationAzureBlobMixinProps
CfnLocationAzureBlobMixinProps.Builder, CfnLocationAzureBlobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationAzureBlobMixinProps.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 boolean(Optional) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.final StringSpecifies the access tier that you want your objects or files transferred into.final StringSpecifies the authentication method DataSync uses to access your Azure Blob Storage.final StringSpecifies the URL of the Azure Blob Storage container involved in your transfer.final ObjectSpecifies the SAS configuration that allows DataSync to access your Azure Blob Storage.final StringSpecifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.final ObjectSpecifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .final ObjectSpecifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab).final StringSpecifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images).getTags()Specifies labels that help you categorize, filter, and search for your AWS resources.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 theCfnLocationAzureBlobMixinProps.Builder.
-
-
Method Details
-
getAgentArns
Description copied from interface:CfnLocationAzureBlobMixinProps(Optional) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
You can specify more than one agent. For more information, see Using multiple agents for your transfer .
Make sure you configure this parameter correctly when you first create your storage location. You cannot add or remove agents from a storage location after you create it.
- Specified by:
getAgentArnsin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getAzureAccessTier
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies the access tier that you want your objects or files transferred into.This only applies when using the location as a transfer destination. For more information, see Access tiers .
Default: - "HOT"
- Specified by:
getAzureAccessTierin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getAzureBlobAuthenticationType
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies the authentication method DataSync uses to access your Azure Blob Storage.DataSync can access blob storage using a shared access signature (SAS).
Default: - "SAS"
- Specified by:
getAzureBlobAuthenticationTypein interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getAzureBlobContainerUrl
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies the URL of the Azure Blob Storage container involved in your transfer.- Specified by:
getAzureBlobContainerUrlin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getAzureBlobSasConfiguration
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies the SAS configuration that allows DataSync to access your Azure Blob Storage.If you provide an authentication token using
SasConfiguration, but do not provide secret configuration details usingCmkSecretConfigorCustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.Returns union: either
IResolvableorCfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty- Specified by:
getAzureBlobSasConfigurationin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getAzureBlobType
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation .
Default: - "BLOCK"
- Specified by:
getAzureBlobTypein interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getCmkSecretConfig
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies configuration information for a DataSync-managed secret, such as an authentication token, secret key, password, or Kerberos keytab that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .You can use either
CmkSecretConfigorCustomSecretConfigto provide credentials for aCreateLocationrequest. Do not provide both parameters for the same request.Returns union: either
IResolvableorCfnLocationAzureBlobPropsMixin.CmkSecretConfigProperty- Specified by:
getCmkSecretConfigin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getCustomSecretConfig
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies configuration information for a customer-managed Secrets Manager secret where a storage location credentials is stored in Secrets Manager as plain text (for authentication token, secret key, or password) or as binary (for Kerberos keytab).This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
You can use either
CmkSecretConfigorCustomSecretConfigto provide credentials for aCreateLocationrequest. Do not provide both parameters for the same request.Returns union: either
IResolvableorCfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty- Specified by:
getCustomSecretConfigin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getSubdirectory
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images).- Specified by:
getSubdirectoryin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
getTags
Description copied from interface:CfnLocationAzureBlobMixinPropsSpecifies labels that help you categorize, filter, and search for your AWS resources.We recommend creating at least a name tag for your transfer location.
- Specified by:
getTagsin interfaceCfnLocationAzureBlobMixinProps- See Also:
-
$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()
-