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.104.0 (build e79254c)",
date="2024-11-22T02:23:59.581Z")
@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
Modifier and TypeClassDescriptionstatic interface
The shared access signature (SAS) configuration that allows AWS DataSync to access your Microsoft Azure Blob Storage.static final class
A fluent builder forCfnLocationAzureBlob
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnLocationAzureBlob
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnLocationAzureBlob
(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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAgentArns
(List<String> value) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.void
setAzureAccessTier
(String value) Specifies the access tier that you want your objects or files transferred into.void
Specifies the authentication method DataSync uses to access your Azure Blob Storage.void
setAzureBlobContainerUrl
(String value) Specifies the URL of the Azure Blob Storage container involved in your transfer.void
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.void
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.void
setAzureBlobType
(String value) Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.void
setSubdirectory
(String value) Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images
).void
Specifies 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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in 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.
-