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.opensearchserverless.getCollection
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
Amazon OpenSearchServerless collection resource
Using getCollection
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 getCollection(args: GetCollectionArgs, opts?: InvokeOptions): Promise<GetCollectionResult>
function getCollectionOutput(args: GetCollectionOutputArgs, opts?: InvokeOptions): Output<GetCollectionResult>
def get_collection(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCollectionResult
def get_collection_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCollectionResult]
func LookupCollection(ctx *Context, args *LookupCollectionArgs, opts ...InvokeOption) (*LookupCollectionResult, error)
func LookupCollectionOutput(ctx *Context, args *LookupCollectionOutputArgs, opts ...InvokeOption) LookupCollectionResultOutput
> Note: This function is named LookupCollection
in the Go SDK.
public static class GetCollection
{
public static Task<GetCollectionResult> InvokeAsync(GetCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetCollectionResult> Invoke(GetCollectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCollectionResult> getCollection(GetCollectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:opensearchserverless:getCollection
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The identifier of the collection
- Id string
- The identifier of the collection
- id String
- The identifier of the collection
- id string
- The identifier of the collection
- id str
- The identifier of the collection
- id String
- The identifier of the collection
getCollection Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the collection.
- Collection
Endpoint string - The endpoint for the collection.
- Dashboard
Endpoint string - The OpenSearch Dashboards endpoint for the collection.
- Description string
- The description of the collection
- Id string
- The identifier of the collection
- Standby
Replicas Pulumi.Aws Native. Open Search Serverless. Collection Standby Replicas - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
- Arn string
- The Amazon Resource Name (ARN) of the collection.
- Collection
Endpoint string - The endpoint for the collection.
- Dashboard
Endpoint string - The OpenSearch Dashboards endpoint for the collection.
- Description string
- The description of the collection
- Id string
- The identifier of the collection
- Standby
Replicas CollectionStandby Replicas - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
- arn String
- The Amazon Resource Name (ARN) of the collection.
- collection
Endpoint String - The endpoint for the collection.
- dashboard
Endpoint String - The OpenSearch Dashboards endpoint for the collection.
- description String
- The description of the collection
- id String
- The identifier of the collection
- standby
Replicas CollectionStandby Replicas - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
- arn string
- The Amazon Resource Name (ARN) of the collection.
- collection
Endpoint string - The endpoint for the collection.
- dashboard
Endpoint string - The OpenSearch Dashboards endpoint for the collection.
- description string
- The description of the collection
- id string
- The identifier of the collection
- standby
Replicas CollectionStandby Replicas - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
- arn str
- The Amazon Resource Name (ARN) of the collection.
- collection_
endpoint str - The endpoint for the collection.
- dashboard_
endpoint str - The OpenSearch Dashboards endpoint for the collection.
- description str
- The description of the collection
- id str
- The identifier of the collection
- standby_
replicas CollectionStandby Replicas - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
- arn String
- The Amazon Resource Name (ARN) of the collection.
- collection
Endpoint String - The endpoint for the collection.
- dashboard
Endpoint String - The OpenSearch Dashboards endpoint for the collection.
- description String
- The description of the collection
- id String
- The identifier of the collection
- standby
Replicas "ENABLED" | "DISABLED" - Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
Supporting Types
CollectionStandbyReplicas
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