We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.route53resolver.getOutpostResolver
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53resolver:getOutpostResolver
arguments:
# arguments dictionary
The 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.
- Creation
Time string - The OutpostResolver creation time
- Creator
Request stringId - The id of the creator request.
- Id string
- Id
- Instance
Count int - The number of OutpostResolvers.
- Modification
Time string - The OutpostResolver last modified time
- Name string
- The OutpostResolver name.
- Preferred
Instance 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.
- Status
Message 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.
- Creation
Time string - The OutpostResolver creation time
- Creator
Request stringId - The id of the creator request.
- Id string
- Id
- Instance
Count int - The number of OutpostResolvers.
- Modification
Time string - The OutpostResolver last modified time
- Name string
- The OutpostResolver name.
- Preferred
Instance stringType - The OutpostResolver instance type.
- Status
Outpost
Resolver Status - The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- Status
Message string - The OutpostResolver status message.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The OutpostResolver ARN.
- creation
Time String - The OutpostResolver creation time
- creator
Request StringId - The id of the creator request.
- id String
- Id
- instance
Count Integer - The number of OutpostResolvers.
- modification
Time String - The OutpostResolver last modified time
- name String
- The OutpostResolver name.
- preferred
Instance StringType - The OutpostResolver instance type.
- status
Outpost
Resolver Status - The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- status
Message String - The OutpostResolver status message.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The OutpostResolver ARN.
- creation
Time string - The OutpostResolver creation time
- creator
Request stringId - The id of the creator request.
- id string
- Id
- instance
Count number - The number of OutpostResolvers.
- modification
Time string - The OutpostResolver last modified time
- name string
- The OutpostResolver name.
- preferred
Instance stringType - The OutpostResolver instance type.
- status
Outpost
Resolver Status - The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
- status
Message 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
Outpost
Resolver 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.
- creation
Time String - The OutpostResolver creation time
- creator
Request StringId - The id of the creator request.
- id String
- Id
- instance
Count Number - The number of OutpostResolvers.
- modification
Time String - The OutpostResolver last modified time
- name String
- The OutpostResolver name.
- preferred
Instance 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.
- status
Message 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi