We recommend new projects start with resources from the AWS provider.
aws-native.route53recoveryreadiness.RecoveryGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.
Create RecoveryGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RecoveryGroup(name: string, args?: RecoveryGroupArgs, opts?: CustomResourceOptions);
@overload
def RecoveryGroup(resource_name: str,
args: Optional[RecoveryGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def RecoveryGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
cells: Optional[Sequence[str]] = None,
recovery_group_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewRecoveryGroup(ctx *Context, name string, args *RecoveryGroupArgs, opts ...ResourceOption) (*RecoveryGroup, error)
public RecoveryGroup(string name, RecoveryGroupArgs? args = null, CustomResourceOptions? opts = null)
public RecoveryGroup(String name, RecoveryGroupArgs args)
public RecoveryGroup(String name, RecoveryGroupArgs args, CustomResourceOptions options)
type: aws-native:route53recoveryreadiness:RecoveryGroup
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 RecoveryGroupArgs
- 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 RecoveryGroupArgs
- 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 RecoveryGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RecoveryGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RecoveryGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RecoveryGroup 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 RecoveryGroup resource accepts the following input properties:
- Cells List<string>
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- Recovery
Group stringName - The name of the recovery group to create.
- List<Pulumi.
Aws Native. Inputs. Tag> - A collection of tags associated with a resource.
- Cells []string
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- Recovery
Group stringName - The name of the recovery group to create.
- Tag
Args - A collection of tags associated with a resource.
- cells List<String>
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- recovery
Group StringName - The name of the recovery group to create.
- List<Tag>
- A collection of tags associated with a resource.
- cells string[]
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- recovery
Group stringName - The name of the recovery group to create.
- Tag[]
- A collection of tags associated with a resource.
- cells Sequence[str]
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- recovery_
group_ strname - The name of the recovery group to create.
- Sequence[Tag
Args] - A collection of tags associated with a resource.
- cells List<String>
- A list of the cell Amazon Resource Names (ARNs) in the recovery group.
- recovery
Group StringName - The name of the recovery group to create.
- List<Property Map>
- A collection of tags associated with a resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the RecoveryGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Recovery
Group stringArn - A collection of tags associated with a resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Recovery
Group stringArn - A collection of tags associated with a resource.
- id String
- The provider-assigned unique ID for this managed resource.
- recovery
Group StringArn - A collection of tags associated with a resource.
- id string
- The provider-assigned unique ID for this managed resource.
- recovery
Group stringArn - A collection of tags associated with a resource.
- id str
- The provider-assigned unique ID for this managed resource.
- recovery_
group_ strarn - A collection of tags associated with a resource.
- id String
- The provider-assigned unique ID for this managed resource.
- recovery
Group StringArn - A collection of tags associated with a resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.