pulumi/tests/testdata/codegen/enum-reference-python/docs/replicatedbucket/_index.md

23 KiB


title: "ReplicatedBucket" title_tag: "example.ReplicatedBucket" meta_desc: "Documentation for the example.ReplicatedBucket resource with examples, input properties, output properties, lookup functions, and supporting types." layout: api no_edit_this_page: true

Create ReplicatedBucket Resource

new ReplicatedBucket(name: string, args: ReplicatedBucketArgs, opts?: CustomResourceOptions);
@overload
def ReplicatedBucket(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     destination_region: Optional[str] = None)
@overload
def ReplicatedBucket(resource_name: str,
                     args: ReplicatedBucketArgs,
                     opts: Optional[ResourceOptions] = None)
func NewReplicatedBucket(ctx *Context, name string, args ReplicatedBucketArgs, opts ...ResourceOption) (*ReplicatedBucket, error)
public ReplicatedBucket(string name, ReplicatedBucketArgs args, CustomResourceOptions? opts = null)
public ReplicatedBucket(String name, ReplicatedBucketArgs args)
public ReplicatedBucket(String name, ReplicatedBucketArgs args, CustomResourceOptions options)
type: example:ReplicatedBucket
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

ReplicatedBucket 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 ReplicatedBucket resource accepts the following input properties:

DestinationRegion string

Region to which data should be replicated.

DestinationRegion string

Region to which data should be replicated.

destinationRegion String

Region to which data should be replicated.

destinationRegion string

Region to which data should be replicated.

destination_region str

Region to which data should be replicated.

destinationRegion String

Region to which data should be replicated.

Outputs

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

Supporting Types

NodePoolAutoscaling

LocationPolicy NodePoolAutoscalingLocationPolicy

Location policy used when scaling up a nodepool.

locationPolicy NodePoolAutoscalingLocationPolicy

Location policy used when scaling up a nodepool.

locationPolicy pulumiGoogleNativecontainerv1NodePoolAutoscalingLocationPolicy

Location policy used when scaling up a nodepool.

location_policy NodePoolAutoscalingLocationPolicy

Location policy used when scaling up a nodepool.

locationPolicy "LOCATION_POLICY_UNSPECIFIED" | "BALANCED" | "ANY"

Location policy used when scaling up a nodepool.

Package Details

Repository
example
License