synced-folder logo
Synced Folder v0.10.2, Feb 16 23

synced-folder.AzureBlobFolder

Create AzureBlobFolder Resource

new AzureBlobFolder(name: string, args: AzureBlobFolderArgs, opts?: CustomResourceOptions);
@overload
def AzureBlobFolder(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    container_name: Optional[str] = None,
                    disable_managed_object_aliases: Optional[bool] = None,
                    include_hidden_files: Optional[bool] = None,
                    managed_objects: Optional[bool] = None,
                    path: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    storage_account_name: Optional[str] = None)
@overload
def AzureBlobFolder(resource_name: str,
                    args: AzureBlobFolderArgs,
                    opts: Optional[ResourceOptions] = None)
func NewAzureBlobFolder(ctx *Context, name string, args AzureBlobFolderArgs, opts ...ResourceOption) (*AzureBlobFolder, error)
public AzureBlobFolder(string name, AzureBlobFolderArgs args, CustomResourceOptions? opts = null)
public AzureBlobFolder(String name, AzureBlobFolderArgs args)
public AzureBlobFolder(String name, AzureBlobFolderArgs args, CustomResourceOptions options)
type: synced-folder:AzureBlobFolder
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AzureBlobFolderArgs
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 AzureBlobFolderArgs
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 AzureBlobFolderArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AzureBlobFolderArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AzureBlobFolderArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AzureBlobFolder Resource Properties

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

Inputs

The AzureBlobFolder resource accepts the following input properties:

ContainerName string

The name of the Azure storage container to sync to. Required.

Path string

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

ResourceGroupName string

The name of the Azure resource group that the storage account belongs to. Required.

StorageAccountName string

The name of the Azure storage account that the container belongs to. Required.

DisableManagedObjectAliases bool

Disables adding an alias resource option to managed objects in the bucket.

IncludeHiddenFiles bool

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

ManagedObjects bool

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

ContainerName string

The name of the Azure storage container to sync to. Required.

Path string

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

ResourceGroupName string

The name of the Azure resource group that the storage account belongs to. Required.

StorageAccountName string

The name of the Azure storage account that the container belongs to. Required.

DisableManagedObjectAliases bool

Disables adding an alias resource option to managed objects in the bucket.

IncludeHiddenFiles bool

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

ManagedObjects bool

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

containerName String

The name of the Azure storage container to sync to. Required.

path String

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

resourceGroupName String

The name of the Azure resource group that the storage account belongs to. Required.

storageAccountName String

The name of the Azure storage account that the container belongs to. Required.

disableManagedObjectAliases Boolean

Disables adding an alias resource option to managed objects in the bucket.

includeHiddenFiles Boolean

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

managedObjects Boolean

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

containerName string

The name of the Azure storage container to sync to. Required.

path string

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

resourceGroupName string

The name of the Azure resource group that the storage account belongs to. Required.

storageAccountName string

The name of the Azure storage account that the container belongs to. Required.

disableManagedObjectAliases boolean

Disables adding an alias resource option to managed objects in the bucket.

includeHiddenFiles boolean

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

managedObjects boolean

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

container_name str

The name of the Azure storage container to sync to. Required.

path str

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

resource_group_name str

The name of the Azure resource group that the storage account belongs to. Required.

storage_account_name str

The name of the Azure storage account that the container belongs to. Required.

disable_managed_object_aliases bool

Disables adding an alias resource option to managed objects in the bucket.

include_hidden_files bool

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

managed_objects bool

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

containerName String

The name of the Azure storage container to sync to. Required.

path String

The path (relative or fully-qualified) to the folder containing the files to be synced. Required.

resourceGroupName String

The name of the Azure resource group that the storage account belongs to. Required.

storageAccountName String

The name of the Azure storage account that the container belongs to. Required.

disableManagedObjectAliases Boolean

Disables adding an alias resource option to managed objects in the bucket.

includeHiddenFiles Boolean

Include hidden files ("dotfiles") when synchronizing folders. Defaults to false.

managedObjects Boolean

Whether to have Pulumi manage files as individual cloud resources. Defaults to true.

Outputs

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

Package Details

Repository
synced-folder pulumi/pulumi-synced-folder
License