Class CfnLocationAzureBlob
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.datasync.CfnLocationAzureBlob
- All Implemented Interfaces:
IInspectable,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.110.0 (build 336b265)",
date="2025-04-22T23:08:10.058Z")
@Stability(Stable)
public class CfnLocationAzureBlob
extends CfnResource
implements IInspectable, ITaggableV2
Creates a transfer location for a Microsoft Azure Blob Storage container.
AWS DataSync can use this location as a transfer source or destination.
Before you begin, make sure you know how DataSync accesses Azure Blob Storage and works with access tiers and blob types . You also need a DataSync agent that can connect to your container.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datasync.*;
CfnLocationAzureBlob cfnLocationAzureBlob = CfnLocationAzureBlob.Builder.create(this, "MyCfnLocationAzureBlob")
.agentArns(List.of("agentArns"))
.azureBlobAuthenticationType("azureBlobAuthenticationType")
// the properties below are optional
.azureAccessTier("azureAccessTier")
.azureBlobContainerUrl("azureBlobContainerUrl")
.azureBlobSasConfiguration(AzureBlobSasConfigurationProperty.builder()
.azureBlobSasToken("azureBlobSasToken")
.build())
.azureBlobType("azureBlobType")
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe shared access signature (SAS) configuration that allows AWS DataSync to access your Microsoft Azure Blob Storage.static final classA fluent builder forCfnLocationAzureBlob.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnLocationAzureBlob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnLocationAzureBlob(software.amazon.jsii.JsiiObjectRef objRef) CfnLocationAzureBlob(software.constructs.Construct scope, String id, CfnLocationAzureBlobProps props) -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.The ARN of the Azure Blob Storage transfer location that you created.The URI of the Azure Blob Storage transfer location that you created.Specifies the access tier that you want your objects or files transferred into.Specifies the authentication method DataSync uses to access your Azure Blob Storage.Specifies the URL of the Azure Blob Storage container involved in your transfer.Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.Tag Manager which manages the tags for this resource.Specifies 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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAgentArns(List<String> value) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.voidsetAzureAccessTier(String value) Specifies the access tier that you want your objects or files transferred into.voidSpecifies the authentication method DataSync uses to access your Azure Blob Storage.voidsetAzureBlobContainerUrl(String value) Specifies the URL of the Azure Blob Storage container involved in your transfer.voidSpecifies the SAS configuration that allows DataSync to access your Azure Blob Storage.voidSpecifies the SAS configuration that allows DataSync to access your Azure Blob Storage.voidsetAzureBlobType(String value) Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.voidsetSubdirectory(String value) Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images).voidSpecifies labels that help you categorize, filter, and search for your AWS resources.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnLocationAzureBlob
protected CfnLocationAzureBlob(software.amazon.jsii.JsiiObjectRef objRef) -
CfnLocationAzureBlob
protected CfnLocationAzureBlob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnLocationAzureBlob
@Stability(Stable) public CfnLocationAzureBlob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnLocationAzureBlobProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrLocationArn
The ARN of the Azure Blob Storage transfer location that you created. -
getAttrLocationUri
The URI of the Azure Blob Storage transfer location that you created. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getAgentArns
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. -
setAgentArns
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. -
getAzureBlobAuthenticationType
Specifies the authentication method DataSync uses to access your Azure Blob Storage. -
setAzureBlobAuthenticationType
Specifies the authentication method DataSync uses to access your Azure Blob Storage. -
getAzureAccessTier
Specifies the access tier that you want your objects or files transferred into. -
setAzureAccessTier
Specifies the access tier that you want your objects or files transferred into. -
getAzureBlobContainerUrl
Specifies the URL of the Azure Blob Storage container involved in your transfer. -
setAzureBlobContainerUrl
Specifies the URL of the Azure Blob Storage container involved in your transfer. -
getAzureBlobSasConfiguration
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. -
setAzureBlobSasConfiguration
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. -
setAzureBlobSasConfiguration
@Stability(Stable) public void setAzureBlobSasConfiguration(@Nullable CfnLocationAzureBlob.AzureBlobSasConfigurationProperty value) Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. -
getAzureBlobType
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. -
setAzureBlobType
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. -
getSubdirectory
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images). -
setSubdirectory
Specifies 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. -
setTags
Specifies labels that help you categorize, filter, and search for your AWS resources.
-