We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
Resource Type definition for AWS::OpenSearchServerless::CollectionGroup
Using getCollectionGroup
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 getCollectionGroup(args: GetCollectionGroupArgs, opts?: InvokeOptions): Promise<GetCollectionGroupResult>
function getCollectionGroupOutput(args: GetCollectionGroupOutputArgs, opts?: InvokeOptions): Output<GetCollectionGroupResult>def get_collection_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCollectionGroupResult
def get_collection_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCollectionGroupResult]func LookupCollectionGroup(ctx *Context, args *LookupCollectionGroupArgs, opts ...InvokeOption) (*LookupCollectionGroupResult, error)
func LookupCollectionGroupOutput(ctx *Context, args *LookupCollectionGroupOutputArgs, opts ...InvokeOption) LookupCollectionGroupResultOutput> Note: This function is named LookupCollectionGroup in the Go SDK.
public static class GetCollectionGroup
{
public static Task<GetCollectionGroupResult> InvokeAsync(GetCollectionGroupArgs args, InvokeOptions? opts = null)
public static Output<GetCollectionGroupResult> Invoke(GetCollectionGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCollectionGroupResult> getCollectionGroup(GetCollectionGroupArgs args, InvokeOptions options)
public static Output<GetCollectionGroupResult> getCollectionGroup(GetCollectionGroupArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:opensearchserverless:getCollectionGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the collection group.
- Id string
- The unique identifier of the collection group.
- id String
- The unique identifier of the collection group.
- id string
- The unique identifier of the collection group.
- id str
- The unique identifier of the collection group.
- id String
- The unique identifier of the collection group.
getCollectionGroup Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the collection group.
- Capacity
Limits Pulumi.Aws Native. Open Search Serverless. Outputs. Collection Group Capacity Limits - Description string
- The description of the collection group.
- Id string
- The unique identifier of the collection group.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Arn string
- The Amazon Resource Name (ARN) of the collection group.
- Capacity
Limits CollectionGroup Capacity Limits - Description string
- The description of the collection group.
- Id string
- The unique identifier of the collection group.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) of the collection group.
- capacity
Limits CollectionGroup Capacity Limits - description String
- The description of the collection group.
- id String
- The unique identifier of the collection group.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The Amazon Resource Name (ARN) of the collection group.
- capacity
Limits CollectionGroup Capacity Limits - description string
- The description of the collection group.
- id string
- The unique identifier of the collection group.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The Amazon Resource Name (ARN) of the collection group.
- capacity_
limits CollectionGroup Capacity Limits - description str
- The description of the collection group.
- id str
- The unique identifier of the collection group.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) of the collection group.
- capacity
Limits Property Map - description String
- The description of the collection group.
- id String
- The unique identifier of the collection group.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
CollectionGroupCapacityLimits
- Max
Indexing doubleCapacity In Ocu - The maximum indexing capacity for collections in the group.
- Max
Search doubleCapacity In Ocu - The maximum search capacity for collections in the group.
- Min
Indexing doubleCapacity In Ocu - The minimum indexing capacity for collections in the group.
- Min
Search doubleCapacity In Ocu - The minimum search capacity for collections in the group.
- Max
Indexing float64Capacity In Ocu - The maximum indexing capacity for collections in the group.
- Max
Search float64Capacity In Ocu - The maximum search capacity for collections in the group.
- Min
Indexing float64Capacity In Ocu - The minimum indexing capacity for collections in the group.
- Min
Search float64Capacity In Ocu - The minimum search capacity for collections in the group.
- max
Indexing DoubleCapacity In Ocu - The maximum indexing capacity for collections in the group.
- max
Search DoubleCapacity In Ocu - The maximum search capacity for collections in the group.
- min
Indexing DoubleCapacity In Ocu - The minimum indexing capacity for collections in the group.
- min
Search DoubleCapacity In Ocu - The minimum search capacity for collections in the group.
- max
Indexing numberCapacity In Ocu - The maximum indexing capacity for collections in the group.
- max
Search numberCapacity In Ocu - The maximum search capacity for collections in the group.
- min
Indexing numberCapacity In Ocu - The minimum indexing capacity for collections in the group.
- min
Search numberCapacity In Ocu - The minimum search capacity for collections in the group.
- max_
indexing_ floatcapacity_ in_ ocu - The maximum indexing capacity for collections in the group.
- max_
search_ floatcapacity_ in_ ocu - The maximum search capacity for collections in the group.
- min_
indexing_ floatcapacity_ in_ ocu - The minimum indexing capacity for collections in the group.
- min_
search_ floatcapacity_ in_ ocu - The minimum search capacity for collections in the group.
- max
Indexing NumberCapacity In Ocu - The maximum indexing capacity for collections in the group.
- max
Search NumberCapacity In Ocu - The maximum search capacity for collections in the group.
- min
Indexing NumberCapacity In Ocu - The minimum indexing capacity for collections in the group.
- min
Search NumberCapacity In Ocu - The minimum search capacity for collections in the group.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.59.0
published on Monday, Mar 30, 2026 by Pulumi
published on Monday, Mar 30, 2026 by Pulumi
