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:
- Readiness
Check stringName - Name of the ReadinessCheck to create.
- Resource
Set stringName - The name of the resource set to check.
- List<Pulumi.
Aws Native. Inputs. Tag> - A collection of tags associated with a resource.
- Readiness
Check stringName - Name of the ReadinessCheck to create.
- Resource
Set stringName - The name of the resource set to check.
- Tag
Args - A collection of tags associated with a resource.
- readiness
Check StringName - Name of the ReadinessCheck to create.
- resource
Set StringName - The name of the resource set to check.
- List<Tag>
- A collection of tags associated with a resource.
- readiness
Check stringName - Name of the ReadinessCheck to create.
- resource
Set 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[Tag
Args] - A collection of tags associated with a resource.
- readiness
Check StringName - Name of the ReadinessCheck to create.
- resource
Set 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.
- Readiness
Check stringArn - The Amazon Resource Name (ARN) of the readiness check.
- Id string
- The provider-assigned unique ID for this managed resource.
- Readiness
Check stringArn - The Amazon Resource Name (ARN) of the readiness check.
- id String
- The provider-assigned unique ID for this managed resource.
- readiness
Check StringArn - The Amazon Resource Name (ARN) of the readiness check.
- id string
- The provider-assigned unique ID for this managed resource.
- readiness
Check 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.
- readiness
Check 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.