synced-folder.AzureBlobFolder
Explore with Pulumi AI
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:
- Container
Name 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.
- Resource
Group stringName The name of the Azure resource group that the storage account belongs to. Required.
- Storage
Account stringName The name of the Azure storage account that the container belongs to. Required.
- Disable
Managed boolObject Aliases Disables adding an alias resource option to managed objects in the bucket.
- 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
.
- Container
Name 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.
- Resource
Group stringName The name of the Azure resource group that the storage account belongs to. Required.
- Storage
Account stringName The name of the Azure storage account that the container belongs to. Required.
- Disable
Managed boolObject Aliases Disables adding an alias resource option to managed objects in the bucket.
- 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
.
- container
Name 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.
- resource
Group StringName The name of the Azure resource group that the storage account belongs to. Required.
- storage
Account StringName The name of the Azure storage account that the container belongs to. Required.
- disable
Managed BooleanObject Aliases Disables adding an alias resource option to managed objects in the bucket.
- Boolean
Include hidden files ("dotfiles") when synchronizing folders. Defaults to
false
.- managed
Objects Boolean Whether to have Pulumi manage files as individual cloud resources. Defaults to
true
.
- container
Name 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.
- resource
Group stringName The name of the Azure resource group that the storage account belongs to. Required.
- storage
Account stringName The name of the Azure storage account that the container belongs to. Required.
- disable
Managed booleanObject Aliases Disables adding an alias resource option to managed objects in the bucket.
- boolean
Include hidden files ("dotfiles") when synchronizing folders. Defaults to
false
.- managed
Objects 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_ strname The name of the Azure resource group that the storage account belongs to. Required.
- storage_
account_ strname The name of the Azure storage account that the container belongs to. Required.
- disable_
managed_ boolobject_ aliases Disables adding an alias resource option to managed objects in the bucket.
- 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
.
- container
Name 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.
- resource
Group StringName The name of the Azure resource group that the storage account belongs to. Required.
- storage
Account StringName The name of the Azure storage account that the container belongs to. Required.
- disable
Managed BooleanObject Aliases Disables adding an alias resource option to managed objects in the bucket.
- Boolean
Include hidden files ("dotfiles") when synchronizing folders. Defaults to
false
.- managed
Objects 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