We recommend new projects start with resources from the AWS provider.
aws-native.route53recoveryreadiness.ReadinessCheck
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Aws Route53 Recovery Readiness Check Schema and API specification.
Create ReadinessCheck Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReadinessCheck(name: string, args?: ReadinessCheckArgs, opts?: CustomResourceOptions);@overload
def ReadinessCheck(resource_name: str,
                   args: Optional[ReadinessCheckArgs] = None,
                   opts: Optional[ResourceOptions] = None)
@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)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.
Parameters
- 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ReadinessCheck resource accepts the following input properties:
- ReadinessCheck stringName 
- Name of the ReadinessCheck to create.
- ResourceSet stringName 
- The name of the resource set to check.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A collection of tags associated with a resource.
- ReadinessCheck stringName 
- Name of the ReadinessCheck to create.
- ResourceSet stringName 
- The name of the resource set to check.
- 
TagArgs 
- A collection of tags associated with a resource.
- readinessCheck StringName 
- Name of the ReadinessCheck to create.
- resourceSet StringName 
- The name of the resource set to check.
- List<Tag>
- A collection of tags associated with a resource.
- readinessCheck stringName 
- Name of the ReadinessCheck to create.
- resourceSet stringName 
- The name of the resource set to check.
- Tag[]
- A collection of tags associated with a resource.
- readiness_check_ strname 
- Name of the ReadinessCheck to create.
- resource_set_ strname 
- The name of the resource set to check.
- 
Sequence[TagArgs] 
- A collection of tags associated with a resource.
- readinessCheck StringName 
- Name of the ReadinessCheck to create.
- resourceSet StringName 
- The name of the resource set to check.
- 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.
- ReadinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- Id string
- The provider-assigned unique ID for this managed resource.
- ReadinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- id String
- The provider-assigned unique ID for this managed resource.
- readinessCheck StringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- id string
- The provider-assigned unique ID for this managed resource.
- readinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- id str
- The provider-assigned unique ID for this managed resource.
- readiness_check_ strarn 
- The Amazon Resource Name (ARN) of the readiness check.
- id String
- The provider-assigned unique ID for this managed resource.
- readinessCheck StringArn 
- The Amazon Resource Name (ARN) of the readiness check.
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.