aws-native logo
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)
public Index(String name, IndexArgs args)
public Index(String name, IndexArgs args, CustomResourceOptions options)
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.

IndexState Pulumi.AwsNative.ResourceExplorer2.IndexState
Arn string
Id string

The provider-assigned unique ID for this managed resource.

IndexState IndexStateEnum
arn String
id String

The provider-assigned unique ID for this managed resource.

indexState IndexState
arn string
id string

The provider-assigned unique ID for this managed resource.

indexState 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.

indexState "ACTIVE" | "CREATING" | "DELETING" | "DELETED" | "UPDATING"

Supporting Types

IndexState

Active
ACTIVE
Creating
CREATING
Deleting
DELETING
Deleted
DELETED
Updating
UPDATING
IndexStateActive
ACTIVE
IndexStateCreating
CREATING
IndexStateDeleting
DELETING
IndexStateDeleted
DELETED
IndexStateUpdating
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
IndexTypeLocal
LOCAL
IndexTypeAggregator
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