1. Packages
  2. AWS Native
  3. API Docs
  4. location
  5. PlaceIndex

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.location.PlaceIndex

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Definition of AWS::Location::PlaceIndex Resource Type

    Create PlaceIndex Resource

    new PlaceIndex(name: string, args: PlaceIndexArgs, opts?: CustomResourceOptions);
    @overload
    def PlaceIndex(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   data_source: Optional[str] = None,
                   data_source_configuration: Optional[PlaceIndexDataSourceConfigurationArgs] = None,
                   description: Optional[str] = None,
                   index_name: Optional[str] = None,
                   pricing_plan: Optional[PlaceIndexPricingPlan] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def PlaceIndex(resource_name: str,
                   args: PlaceIndexArgs,
                   opts: Optional[ResourceOptions] = None)
    func NewPlaceIndex(ctx *Context, name string, args PlaceIndexArgs, opts ...ResourceOption) (*PlaceIndex, error)
    public PlaceIndex(string name, PlaceIndexArgs args, CustomResourceOptions? opts = null)
    public PlaceIndex(String name, PlaceIndexArgs args)
    public PlaceIndex(String name, PlaceIndexArgs args, CustomResourceOptions options)
    
    type: aws-native:location:PlaceIndex
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args PlaceIndexArgs
    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 PlaceIndexArgs
    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 PlaceIndexArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PlaceIndexArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PlaceIndexArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    dataSource String
    dataSourceConfiguration Property Map
    description String
    indexName String
    pricingPlan "RequestBasedUsage"
    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 PlaceIndex resource produces the following output properties:

    Arn string
    CreateTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    IndexArn string
    UpdateTime string
    Arn string
    CreateTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    IndexArn string
    UpdateTime string
    arn String
    createTime String
    id String
    The provider-assigned unique ID for this managed resource.
    indexArn String
    updateTime String
    arn string
    createTime string
    id string
    The provider-assigned unique ID for this managed resource.
    indexArn string
    updateTime string
    arn str
    create_time str
    id str
    The provider-assigned unique ID for this managed resource.
    index_arn str
    update_time str
    arn String
    createTime String
    id String
    The provider-assigned unique ID for this managed resource.
    indexArn String
    updateTime String

    Supporting Types

    PlaceIndexDataSourceConfiguration, PlaceIndexDataSourceConfigurationArgs

    PlaceIndexIntendedUse, PlaceIndexIntendedUseArgs

    SingleUse
    SingleUse
    Storage
    Storage
    PlaceIndexIntendedUseSingleUse
    SingleUse
    PlaceIndexIntendedUseStorage
    Storage
    SingleUse
    SingleUse
    Storage
    Storage
    SingleUse
    SingleUse
    Storage
    Storage
    SINGLE_USE
    SingleUse
    STORAGE
    Storage
    "SingleUse"
    SingleUse
    "Storage"
    Storage

    PlaceIndexPricingPlan, PlaceIndexPricingPlanArgs

    RequestBasedUsage
    RequestBasedUsage
    PlaceIndexPricingPlanRequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    REQUEST_BASED_USAGE
    RequestBasedUsage
    "RequestBasedUsage"
    RequestBasedUsage

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi