AWS Native v0.54.0, Mar 21 23
AWS Native v0.54.0, Mar 21 23
aws-native.resourceexplorer2.Index
Definition of AWS::ResourceExplorer2::Index Resource Type
Create Index Resource
new Index(name: string, args: IndexArgs, opts?: CustomResourceOptions);
@overload
def Index(resource_name: str,
opts: Optional[ResourceOptions] = None,
tags: Optional[IndexTagMapArgs] = None,
type: Optional[IndexType] = None)
@overload
def Index(resource_name: str,
args: IndexArgs,
opts: Optional[ResourceOptions] = None)
func NewIndex(ctx *Context, name string, args IndexArgs, opts ...ResourceOption) (*Index, error)
public Index(string name, IndexArgs args, CustomResourceOptions? opts = null)
type: aws-native:resourceexplorer2:Index
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IndexArgs
- 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 IndexArgs
- 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 IndexArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IndexArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IndexArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Index 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 Index resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the Index resource produces the following output properties:
- Arn string
- Id string
The provider-assigned unique ID for this managed resource.
- Index
State Pulumi.Aws Native. Resource Explorer2. Index State
- Arn string
- Id string
The provider-assigned unique ID for this managed resource.
- Index
State IndexState Enum
- arn String
- id String
The provider-assigned unique ID for this managed resource.
- index
State IndexState
- arn string
- id string
The provider-assigned unique ID for this managed resource.
- index
State IndexState
- arn str
- id str
The provider-assigned unique ID for this managed resource.
- index_
state IndexState
- arn String
- id String
The provider-assigned unique ID for this managed resource.
- index
State "ACTIVE" | "CREATING" | "DELETING" | "DELETED" | "UPDATING"
Supporting Types
IndexState
- Active
- ACTIVE
- Creating
- CREATING
- Deleting
- DELETING
- Deleted
- DELETED
- Updating
- UPDATING
- Index
State Active - ACTIVE
- Index
State Creating - CREATING
- Index
State Deleting - DELETING
- Index
State Deleted - DELETED
- Index
State Updating - UPDATING
- Active
- ACTIVE
- Creating
- CREATING
- Deleting
- DELETING
- Deleted
- DELETED
- Updating
- UPDATING
- Active
- ACTIVE
- Creating
- CREATING
- Deleting
- DELETING
- Deleted
- DELETED
- Updating
- UPDATING
- ACTIVE
- ACTIVE
- CREATING
- CREATING
- DELETING
- DELETING
- DELETED
- DELETED
- UPDATING
- UPDATING
- "ACTIVE"
- ACTIVE
- "CREATING"
- CREATING
- "DELETING"
- DELETING
- "DELETED"
- DELETED
- "UPDATING"
- UPDATING
IndexType
- Local
- LOCAL
- Aggregator
- AGGREGATOR
- Index
Type Local - LOCAL
- Index
Type Aggregator - AGGREGATOR
- Local
- LOCAL
- Aggregator
- AGGREGATOR
- Local
- LOCAL
- Aggregator
- AGGREGATOR
- LOCAL
- LOCAL
- AGGREGATOR
- AGGREGATOR
- "LOCAL"
- LOCAL
- "AGGREGATOR"
- AGGREGATOR
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0