1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datasync
  5. LocationAzureBlob

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.datasync.LocationAzureBlob

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource Type definition for AWS::DataSync::LocationAzureBlob.

    Create LocationAzureBlob Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LocationAzureBlob(name: string, args: LocationAzureBlobArgs, opts?: CustomResourceOptions);
    @overload
    def LocationAzureBlob(resource_name: str,
                          args: LocationAzureBlobArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def LocationAzureBlob(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          azure_blob_authentication_type: Optional[LocationAzureBlobAzureBlobAuthenticationType] = None,
                          agent_arns: Optional[Sequence[str]] = None,
                          azure_access_tier: Optional[LocationAzureBlobAzureAccessTier] = None,
                          azure_blob_container_url: Optional[str] = None,
                          azure_blob_sas_configuration: Optional[LocationAzureBlobAzureBlobSasConfigurationArgs] = None,
                          azure_blob_type: Optional[LocationAzureBlobAzureBlobType] = None,
                          cmk_secret_config: Optional[LocationAzureBlobCmkSecretConfigArgs] = None,
                          custom_secret_config: Optional[LocationAzureBlobCustomSecretConfigArgs] = None,
                          subdirectory: Optional[str] = None,
                          tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewLocationAzureBlob(ctx *Context, name string, args LocationAzureBlobArgs, opts ...ResourceOption) (*LocationAzureBlob, error)
    public LocationAzureBlob(string name, LocationAzureBlobArgs args, CustomResourceOptions? opts = null)
    public LocationAzureBlob(String name, LocationAzureBlobArgs args)
    public LocationAzureBlob(String name, LocationAzureBlobArgs args, CustomResourceOptions options)
    
    type: aws-native:datasync:LocationAzureBlob
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LocationAzureBlobArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LocationAzureBlobArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LocationAzureBlobArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LocationAzureBlobArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LocationAzureBlobArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    LocationAzureBlob Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The LocationAzureBlob resource accepts the following input properties:

    AzureBlobAuthenticationType Pulumi.AwsNative.DataSync.LocationAzureBlobAzureBlobAuthenticationType
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    AgentArns List<string>
    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.
    AzureAccessTier Pulumi.AwsNative.DataSync.LocationAzureBlobAzureAccessTier
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    AzureBlobContainerUrl string
    The URL of the Azure Blob container that was described.
    AzureBlobSasConfiguration Pulumi.AwsNative.DataSync.Inputs.LocationAzureBlobAzureBlobSasConfiguration

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    AzureBlobType Pulumi.AwsNative.DataSync.LocationAzureBlobAzureBlobType
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    CmkSecretConfig Pulumi.AwsNative.DataSync.Inputs.LocationAzureBlobCmkSecretConfig

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    CustomSecretConfig Pulumi.AwsNative.DataSync.Inputs.LocationAzureBlobCustomSecretConfig

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    Subdirectory string
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    AzureBlobAuthenticationType LocationAzureBlobAzureBlobAuthenticationType
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    AgentArns []string
    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.
    AzureAccessTier LocationAzureBlobAzureAccessTier
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    AzureBlobContainerUrl string
    The URL of the Azure Blob container that was described.
    AzureBlobSasConfiguration LocationAzureBlobAzureBlobSasConfigurationArgs

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    AzureBlobType LocationAzureBlobAzureBlobType
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    CmkSecretConfig LocationAzureBlobCmkSecretConfigArgs

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    CustomSecretConfig LocationAzureBlobCustomSecretConfigArgs

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    Subdirectory string
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    azureBlobAuthenticationType LocationAzureBlobAzureBlobAuthenticationType
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    agentArns List<String>
    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.
    azureAccessTier LocationAzureBlobAzureAccessTier
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    azureBlobContainerUrl String
    The URL of the Azure Blob container that was described.
    azureBlobSasConfiguration LocationAzureBlobAzureBlobSasConfiguration

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    azureBlobType LocationAzureBlobAzureBlobType
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    cmkSecretConfig LocationAzureBlobCmkSecretConfig

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    customSecretConfig LocationAzureBlobCustomSecretConfig

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    subdirectory String
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    azureBlobAuthenticationType LocationAzureBlobAzureBlobAuthenticationType
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    agentArns string[]
    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.
    azureAccessTier LocationAzureBlobAzureAccessTier
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    azureBlobContainerUrl string
    The URL of the Azure Blob container that was described.
    azureBlobSasConfiguration LocationAzureBlobAzureBlobSasConfiguration

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    azureBlobType LocationAzureBlobAzureBlobType
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    cmkSecretConfig LocationAzureBlobCmkSecretConfig

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    customSecretConfig LocationAzureBlobCustomSecretConfig

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    subdirectory string
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    azure_blob_authentication_type LocationAzureBlobAzureBlobAuthenticationType
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    agent_arns Sequence[str]
    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.
    azure_access_tier LocationAzureBlobAzureAccessTier
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    azure_blob_container_url str
    The URL of the Azure Blob container that was described.
    azure_blob_sas_configuration LocationAzureBlobAzureBlobSasConfigurationArgs

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    azure_blob_type LocationAzureBlobAzureBlobType
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    cmk_secret_config LocationAzureBlobCmkSecretConfigArgs

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    custom_secret_config LocationAzureBlobCustomSecretConfigArgs

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    subdirectory str
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    azureBlobAuthenticationType "SAS" | "NONE"
    The specific authentication type that you want DataSync to use to access your Azure Blob Container.
    agentArns List<String>
    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.
    azureAccessTier "HOT" | "COOL" | "ARCHIVE"
    Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
    azureBlobContainerUrl String
    The URL of the Azure Blob container that was described.
    azureBlobSasConfiguration Property Map

    Specifies 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 using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

    azureBlobType "BLOCK"
    Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
    cmkSecretConfig Property Map

    Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    customSecretConfig Property Map

    Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

    You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

    subdirectory String
    The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LocationAzureBlob resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LocationArn string
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    LocationUri string
    The URL of the Azure Blob Location that was described.
    ManagedSecretConfig Pulumi.AwsNative.DataSync.Outputs.LocationAzureBlobManagedSecretConfig
    Id string
    The provider-assigned unique ID for this managed resource.
    LocationArn string
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    LocationUri string
    The URL of the Azure Blob Location that was described.
    ManagedSecretConfig LocationAzureBlobManagedSecretConfig
    id String
    The provider-assigned unique ID for this managed resource.
    locationArn String
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    locationUri String
    The URL of the Azure Blob Location that was described.
    managedSecretConfig LocationAzureBlobManagedSecretConfig
    id string
    The provider-assigned unique ID for this managed resource.
    locationArn string
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    locationUri string
    The URL of the Azure Blob Location that was described.
    managedSecretConfig LocationAzureBlobManagedSecretConfig
    id str
    The provider-assigned unique ID for this managed resource.
    location_arn str
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    location_uri str
    The URL of the Azure Blob Location that was described.
    managed_secret_config LocationAzureBlobManagedSecretConfig
    id String
    The provider-assigned unique ID for this managed resource.
    locationArn String
    The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
    locationUri String
    The URL of the Azure Blob Location that was described.
    managedSecretConfig Property Map

    Supporting Types

    LocationAzureBlobAzureAccessTier, LocationAzureBlobAzureAccessTierArgs

    Hot
    HOT
    Cool
    COOL
    Archive
    ARCHIVE
    LocationAzureBlobAzureAccessTierHot
    HOT
    LocationAzureBlobAzureAccessTierCool
    COOL
    LocationAzureBlobAzureAccessTierArchive
    ARCHIVE
    Hot
    HOT
    Cool
    COOL
    Archive
    ARCHIVE
    Hot
    HOT
    Cool
    COOL
    Archive
    ARCHIVE
    HOT
    HOT
    COOL
    COOL
    ARCHIVE
    ARCHIVE
    "HOT"
    HOT
    "COOL"
    COOL
    "ARCHIVE"
    ARCHIVE

    LocationAzureBlobAzureBlobAuthenticationType, LocationAzureBlobAzureBlobAuthenticationTypeArgs

    Sas
    SAS
    None
    NONE
    LocationAzureBlobAzureBlobAuthenticationTypeSas
    SAS
    LocationAzureBlobAzureBlobAuthenticationTypeNone
    NONE
    Sas
    SAS
    None
    NONE
    Sas
    SAS
    None
    NONE
    SAS
    SAS
    NONE
    NONE
    "SAS"
    SAS
    "NONE"
    NONE

    LocationAzureBlobAzureBlobSasConfiguration, LocationAzureBlobAzureBlobSasConfigurationArgs

    AzureBlobSasToken string
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
    AzureBlobSasToken string
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
    azureBlobSasToken String
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
    azureBlobSasToken string
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
    azure_blob_sas_token str
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
    azureBlobSasToken String
    Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.

    LocationAzureBlobAzureBlobType, LocationAzureBlobAzureBlobTypeArgs

    Block
    BLOCK
    LocationAzureBlobAzureBlobTypeBlock
    BLOCK
    Block
    BLOCK
    Block
    BLOCK
    BLOCK
    BLOCK
    "BLOCK"
    BLOCK

    LocationAzureBlobCmkSecretConfig, LocationAzureBlobCmkSecretConfigArgs

    KmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    KmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn String
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn string
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn string
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kms_key_arn str
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secret_arn str
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
    kmsKeyArn String
    Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.

    LocationAzureBlobCustomSecretConfig, LocationAzureBlobCustomSecretConfigArgs

    SecretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    SecretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    SecretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    SecretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn String
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn String
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn string
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn string
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secret_access_role_arn str
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secret_arn str
    Specifies the ARN for a customer created AWS Secrets Manager secret.
    secretAccessRoleArn String
    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
    secretArn String
    Specifies the ARN for a customer created AWS Secrets Manager secret.

    LocationAzureBlobManagedSecretConfig, LocationAzureBlobManagedSecretConfigArgs

    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    SecretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn string
    Specifies the ARN for an AWS Secrets Manager secret.
    secret_arn str
    Specifies the ARN for an AWS Secrets Manager secret.
    secretArn String
    Specifies the ARN for an AWS Secrets Manager secret.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi