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.getOutpostResolver
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.
Using getOutpostResolver
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOutpostResolver(args: GetOutpostResolverArgs, opts?: InvokeOptions): Promise<GetOutpostResolverResult>
function getOutpostResolverOutput(args: GetOutpostResolverOutputArgs, opts?: InvokeOptions): Output<GetOutpostResolverResult>def get_outpost_resolver(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetOutpostResolverResult
def get_outpost_resolver_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetOutpostResolverResult]func LookupOutpostResolver(ctx *Context, args *LookupOutpostResolverArgs, opts ...InvokeOption) (*LookupOutpostResolverResult, error)
func LookupOutpostResolverOutput(ctx *Context, args *LookupOutpostResolverOutputArgs, opts ...InvokeOption) LookupOutpostResolverResultOutput> Note: This function is named LookupOutpostResolver in the Go SDK.
public static class GetOutpostResolver 
{
    public static Task<GetOutpostResolverResult> InvokeAsync(GetOutpostResolverArgs args, InvokeOptions? opts = null)
    public static Output<GetOutpostResolverResult> Invoke(GetOutpostResolverInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOutpostResolverResult> getOutpostResolver(GetOutpostResolverArgs args, InvokeOptions options)
public static Output<GetOutpostResolverResult> getOutpostResolver(GetOutpostResolverArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:route53resolver:getOutpostResolver
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- Id
- Id string
- Id
- id String
- Id
- id string
- Id
- id str
- Id
- id String
- Id
getOutpostResolver Result
The following output properties are available:
- Arn string
- The OutpostResolver ARN.
- CreationTime string
- The OutpostResolver creation time
- CreatorRequest stringId 
- The id of the creator request.
- Id string
- Id
- InstanceCount int
- The number of OutpostResolvers.
- ModificationTime string
- The OutpostResolver last modified time
- Name string
- The OutpostResolver name.
- PreferredInstance stringType 
- The OutpostResolver instance type.
- Status
Pulumi.Aws Native. Route53Resolver. Outpost Resolver Status 
- The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- StatusMessage string
- The OutpostResolver status message.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- Arn string
- The OutpostResolver ARN.
- CreationTime string
- The OutpostResolver creation time
- CreatorRequest stringId 
- The id of the creator request.
- Id string
- Id
- InstanceCount int
- The number of OutpostResolvers.
- ModificationTime string
- The OutpostResolver last modified time
- Name string
- The OutpostResolver name.
- PreferredInstance stringType 
- The OutpostResolver instance type.
- Status
OutpostResolver Status 
- The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- StatusMessage string
- The OutpostResolver status message.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The OutpostResolver ARN.
- creationTime String
- The OutpostResolver creation time
- creatorRequest StringId 
- The id of the creator request.
- id String
- Id
- instanceCount Integer
- The number of OutpostResolvers.
- modificationTime String
- The OutpostResolver last modified time
- name String
- The OutpostResolver name.
- preferredInstance StringType 
- The OutpostResolver instance type.
- status
OutpostResolver Status 
- The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- statusMessage String
- The OutpostResolver status message.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The OutpostResolver ARN.
- creationTime string
- The OutpostResolver creation time
- creatorRequest stringId 
- The id of the creator request.
- id string
- Id
- instanceCount number
- The number of OutpostResolvers.
- modificationTime string
- The OutpostResolver last modified time
- name string
- The OutpostResolver name.
- preferredInstance stringType 
- The OutpostResolver instance type.
- status
OutpostResolver Status 
- The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- statusMessage string
- The OutpostResolver status message.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The OutpostResolver ARN.
- creation_time str
- The OutpostResolver creation time
- creator_request_ strid 
- The id of the creator request.
- id str
- Id
- instance_count int
- The number of OutpostResolvers.
- modification_time str
- The OutpostResolver last modified time
- name str
- The OutpostResolver name.
- preferred_instance_ strtype 
- The OutpostResolver instance type.
- status
OutpostResolver Status 
- The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- status_message str
- The OutpostResolver status message.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The OutpostResolver ARN.
- creationTime String
- The OutpostResolver creation time
- creatorRequest StringId 
- The id of the creator request.
- id String
- Id
- instanceCount Number
- The number of OutpostResolvers.
- modificationTime String
- The OutpostResolver last modified time
- name String
- The OutpostResolver name.
- preferredInstance StringType 
- The OutpostResolver instance type.
- 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.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
OutpostResolverStatus  
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