1. Packages
  2. AWS Native
  3. API Docs
  4. route53recoveryreadiness
  5. RecoveryGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.route53recoveryreadiness.RecoveryGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.

    Create RecoveryGroup Resource

    new RecoveryGroup(name: string, args?: RecoveryGroupArgs, opts?: CustomResourceOptions);
    @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)
    @overload
    def RecoveryGroup(resource_name: str,
                      args: Optional[RecoveryGroupArgs] = None,
                      opts: Optional[ResourceOptions] = 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.
    
    
    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

    The RecoveryGroup resource accepts the following input properties:

    Cells List<string>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    RecoveryGroupName string
    The name of the recovery group to create.
    Tags List<Pulumi.AwsNative.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.
    RecoveryGroupName string
    The name of the recovery group to create.
    Tags TagArgs
    A collection of tags associated with a resource.
    cells List<String>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recoveryGroupName String
    The name of the recovery group to create.
    tags 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.
    recoveryGroupName string
    The name of the recovery group to create.
    tags 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_name str
    The name of the recovery group to create.
    tags TagArgs]
    A collection of tags associated with a resource.
    cells List<String>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recoveryGroupName String
    The name of the recovery group to create.
    tags 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.
    RecoveryGroupArn string
    A collection of tags associated with a resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    RecoveryGroupArn string
    A collection of tags associated with a resource.
    id String
    The provider-assigned unique ID for this managed resource.
    recoveryGroupArn String
    A collection of tags associated with a resource.
    id string
    The provider-assigned unique ID for this managed resource.
    recoveryGroupArn string
    A collection of tags associated with a resource.
    id str
    The provider-assigned unique ID for this managed resource.
    recovery_group_arn str
    A collection of tags associated with a resource.
    id String
    The provider-assigned unique ID for this managed resource.
    recoveryGroupArn String
    A collection of tags associated with a resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi