1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53resolver
  5. OutpostResolver

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.route53resolver.OutpostResolver

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource schema for AWS::Route53Resolver::OutpostResolver.

Create OutpostResolver Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new OutpostResolver(name: string, args: OutpostResolverArgs, opts?: CustomResourceOptions);
@overload
def OutpostResolver(resource_name: str,
                    args: OutpostResolverArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def OutpostResolver(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    outpost_arn: Optional[str] = None,
                    preferred_instance_type: Optional[str] = None,
                    instance_count: Optional[int] = None,
                    name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewOutpostResolver(ctx *Context, name string, args OutpostResolverArgs, opts ...ResourceOption) (*OutpostResolver, error)
public OutpostResolver(string name, OutpostResolverArgs args, CustomResourceOptions? opts = null)
public OutpostResolver(String name, OutpostResolverArgs args)
public OutpostResolver(String name, OutpostResolverArgs args, CustomResourceOptions options)
type: aws-native:route53resolver:OutpostResolver
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. OutpostResolverArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. OutpostResolverArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. OutpostResolverArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. OutpostResolverArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. OutpostResolverArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

OutpostArn This property is required. string
The Outpost ARN.
PreferredInstanceType This property is required. string
The OutpostResolver instance type.
InstanceCount int
The number of OutpostResolvers.
Name string
The OutpostResolver name.
Tags List<Pulumi.AwsNative.Inputs.Tag>
An array of key-value pairs to apply to this resource.
OutpostArn This property is required. string
The Outpost ARN.
PreferredInstanceType This property is required. string
The OutpostResolver instance type.
InstanceCount int
The number of OutpostResolvers.
Name string
The OutpostResolver name.
Tags TagArgs
An array of key-value pairs to apply to this resource.
outpostArn This property is required. String
The Outpost ARN.
preferredInstanceType This property is required. String
The OutpostResolver instance type.
instanceCount Integer
The number of OutpostResolvers.
name String
The OutpostResolver name.
tags List<Tag>
An array of key-value pairs to apply to this resource.
outpostArn This property is required. string
The Outpost ARN.
preferredInstanceType This property is required. string
The OutpostResolver instance type.
instanceCount number
The number of OutpostResolvers.
name string
The OutpostResolver name.
tags Tag[]
An array of key-value pairs to apply to this resource.
outpost_arn This property is required. str
The Outpost ARN.
preferred_instance_type This property is required. str
The OutpostResolver instance type.
instance_count int
The number of OutpostResolvers.
name str
The OutpostResolver name.
tags Sequence[TagArgs]
An array of key-value pairs to apply to this resource.
outpostArn This property is required. String
The Outpost ARN.
preferredInstanceType This property is required. String
The OutpostResolver instance type.
instanceCount Number
The number of OutpostResolvers.
name String
The OutpostResolver name.
tags List<Property Map>
An array of key-value pairs to apply to this resource.

Outputs

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

Arn string
The OutpostResolver ARN.
AwsId string
Id
CreationTime string
The OutpostResolver creation time
CreatorRequestId string
The id of the creator request.
Id string
The provider-assigned unique ID for this managed resource.
ModificationTime string
The OutpostResolver last modified time
Status Pulumi.AwsNative.Route53Resolver.OutpostResolverStatus
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
StatusMessage string
The OutpostResolver status message.
Arn string
The OutpostResolver ARN.
AwsId string
Id
CreationTime string
The OutpostResolver creation time
CreatorRequestId string
The id of the creator request.
Id string
The provider-assigned unique ID for this managed resource.
ModificationTime string
The OutpostResolver last modified time
Status OutpostResolverStatus
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
StatusMessage string
The OutpostResolver status message.
arn String
The OutpostResolver ARN.
awsId String
Id
creationTime String
The OutpostResolver creation time
creatorRequestId String
The id of the creator request.
id String
The provider-assigned unique ID for this managed resource.
modificationTime String
The OutpostResolver last modified time
status OutpostResolverStatus
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
statusMessage String
The OutpostResolver status message.
arn string
The OutpostResolver ARN.
awsId string
Id
creationTime string
The OutpostResolver creation time
creatorRequestId string
The id of the creator request.
id string
The provider-assigned unique ID for this managed resource.
modificationTime string
The OutpostResolver last modified time
status OutpostResolverStatus
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
statusMessage string
The OutpostResolver status message.
arn str
The OutpostResolver ARN.
aws_id str
Id
creation_time str
The OutpostResolver creation time
creator_request_id str
The id of the creator request.
id str
The provider-assigned unique ID for this managed resource.
modification_time str
The OutpostResolver last modified time
status OutpostResolverStatus
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
status_message str
The OutpostResolver status message.
arn String
The OutpostResolver ARN.
awsId String
Id
creationTime String
The OutpostResolver creation time
creatorRequestId String
The id of the creator request.
id String
The provider-assigned unique ID for this managed resource.
modificationTime String
The OutpostResolver last modified time
status "CREATING" | "OPERATIONAL" | "DELETING" | "UPDATING" | "ACTION_NEEDED" | "FAILED_CREATION" | "FAILED_DELETION"
The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
statusMessage String
The OutpostResolver status message.

Supporting Types

OutpostResolverStatus
, OutpostResolverStatusArgs

Creating
CREATING
Operational
OPERATIONAL
Deleting
DELETING
Updating
UPDATING
ActionNeeded
ACTION_NEEDED
FailedCreation
FAILED_CREATION
FailedDeletion
FAILED_DELETION
OutpostResolverStatusCreating
CREATING
OutpostResolverStatusOperational
OPERATIONAL
OutpostResolverStatusDeleting
DELETING
OutpostResolverStatusUpdating
UPDATING
OutpostResolverStatusActionNeeded
ACTION_NEEDED
OutpostResolverStatusFailedCreation
FAILED_CREATION
OutpostResolverStatusFailedDeletion
FAILED_DELETION
Creating
CREATING
Operational
OPERATIONAL
Deleting
DELETING
Updating
UPDATING
ActionNeeded
ACTION_NEEDED
FailedCreation
FAILED_CREATION
FailedDeletion
FAILED_DELETION
Creating
CREATING
Operational
OPERATIONAL
Deleting
DELETING
Updating
UPDATING
ActionNeeded
ACTION_NEEDED
FailedCreation
FAILED_CREATION
FailedDeletion
FAILED_DELETION
CREATING
CREATING
OPERATIONAL
OPERATIONAL
DELETING
DELETING
UPDATING
UPDATING
ACTION_NEEDED
ACTION_NEEDED
FAILED_CREATION
FAILED_CREATION
FAILED_DELETION
FAILED_DELETION
"CREATING"
CREATING
"OPERATIONAL"
OPERATIONAL
"DELETING"
DELETING
"UPDATING"
UPDATING
"ACTION_NEEDED"
ACTION_NEEDED
"FAILED_CREATION"
FAILED_CREATION
"FAILED_DELETION"
FAILED_DELETION

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi