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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.route53resolver.OutpostResolver

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 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 string
    The unique name of the resource.
    args OutpostResolverArgs
    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 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 string
    The unique name of the resource.
    args OutpostResolverArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OutpostResolverArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OutpostResolverArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const outpostResolverResource = new aws_native.route53resolver.OutpostResolver("outpostResolverResource", {
        outpostArn: "string",
        preferredInstanceType: "string",
        instanceCount: 0,
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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

    The OutpostResolver resource accepts the following input properties:

    OutpostArn string
    The Outpost ARN.
    PreferredInstanceType 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 string
    The Outpost ARN.
    PreferredInstanceType 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 String
    The Outpost ARN.
    preferredInstanceType 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 string
    The Outpost ARN.
    preferredInstanceType 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 str
    The Outpost ARN.
    preferred_instance_type 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 String
    The Outpost ARN.
    preferredInstanceType 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi