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

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.ReadinessCheck

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 Check Schema and API specification.

    Create ReadinessCheck Resource

    new ReadinessCheck(name: string, args?: ReadinessCheckArgs, opts?: CustomResourceOptions);
    @overload
    def ReadinessCheck(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       readiness_check_name: Optional[str] = None,
                       resource_set_name: Optional[str] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def ReadinessCheck(resource_name: str,
                       args: Optional[ReadinessCheckArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    func NewReadinessCheck(ctx *Context, name string, args *ReadinessCheckArgs, opts ...ResourceOption) (*ReadinessCheck, error)
    public ReadinessCheck(string name, ReadinessCheckArgs? args = null, CustomResourceOptions? opts = null)
    public ReadinessCheck(String name, ReadinessCheckArgs args)
    public ReadinessCheck(String name, ReadinessCheckArgs args, CustomResourceOptions options)
    
    type: aws-native:route53recoveryreadiness:ReadinessCheck
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ReadinessCheckArgs
    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 ReadinessCheckArgs
    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 ReadinessCheckArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ReadinessCheckArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ReadinessCheckArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    ReadinessCheckName string
    Name of the ReadinessCheck to create.
    ResourceSetName string
    The name of the resource set to check.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A collection of tags associated with a resource.
    ReadinessCheckName string
    Name of the ReadinessCheck to create.
    ResourceSetName string
    The name of the resource set to check.
    Tags TagArgs
    A collection of tags associated with a resource.
    readinessCheckName String
    Name of the ReadinessCheck to create.
    resourceSetName String
    The name of the resource set to check.
    tags List<Tag>
    A collection of tags associated with a resource.
    readinessCheckName string
    Name of the ReadinessCheck to create.
    resourceSetName string
    The name of the resource set to check.
    tags Tag[]
    A collection of tags associated with a resource.
    readiness_check_name str
    Name of the ReadinessCheck to create.
    resource_set_name str
    The name of the resource set to check.
    tags TagArgs]
    A collection of tags associated with a resource.
    readinessCheckName String
    Name of the ReadinessCheck to create.
    resourceSetName String
    The name of the resource set to check.
    tags List<Property Map>
    A collection of tags associated with a resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    ReadinessCheckArn string
    The Amazon Resource Name (ARN) of the readiness check.
    Id string
    The provider-assigned unique ID for this managed resource.
    ReadinessCheckArn string
    The Amazon Resource Name (ARN) of the readiness check.
    id String
    The provider-assigned unique ID for this managed resource.
    readinessCheckArn String
    The Amazon Resource Name (ARN) of the readiness check.
    id string
    The provider-assigned unique ID for this managed resource.
    readinessCheckArn string
    The Amazon Resource Name (ARN) of the readiness check.
    id str
    The provider-assigned unique ID for this managed resource.
    readiness_check_arn str
    The Amazon Resource Name (ARN) of the readiness check.
    id String
    The provider-assigned unique ID for this managed resource.
    readinessCheckArn String
    The Amazon Resource Name (ARN) of the readiness check.

    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