StorageAccountStaticWebsite

class StorageAccountStaticWebsite : KotlinCustomResource

Enables the static website feature of a storage account.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:storage:StorageAccountStaticWebsite myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/staticWebsite

Properties

Link copied to clipboard
val containerName: Output<String>

The name of the container to upload blobs to.

Link copied to clipboard
val error404Document: Output<String>?

The absolute path to a custom webpage that should be used when a request is made which does not correspond to an existing file.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indexDocument: Output<String>?

The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. For example, 'index.html'. The value is case-sensitive.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>