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.cloudfront.getKeyValueStore
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
Resource Type definition for AWS::CloudFront::KeyValueStore
Using getKeyValueStore
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 getKeyValueStore(args: GetKeyValueStoreArgs, opts?: InvokeOptions): Promise<GetKeyValueStoreResult>
function getKeyValueStoreOutput(args: GetKeyValueStoreOutputArgs, opts?: InvokeOptions): Output<GetKeyValueStoreResult>
def get_key_value_store(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKeyValueStoreResult
def get_key_value_store_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKeyValueStoreResult]
func LookupKeyValueStore(ctx *Context, args *LookupKeyValueStoreArgs, opts ...InvokeOption) (*LookupKeyValueStoreResult, error)
func LookupKeyValueStoreOutput(ctx *Context, args *LookupKeyValueStoreOutputArgs, opts ...InvokeOption) LookupKeyValueStoreResultOutput
> Note: This function is named LookupKeyValueStore
in the Go SDK.
public static class GetKeyValueStore
{
public static Task<GetKeyValueStoreResult> InvokeAsync(GetKeyValueStoreArgs args, InvokeOptions? opts = null)
public static Output<GetKeyValueStoreResult> Invoke(GetKeyValueStoreInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetKeyValueStoreResult> getKeyValueStore(GetKeyValueStoreArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:cloudfront:getKeyValueStore
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the key value store.
- Name string
- The name of the key value store.
- name String
- The name of the key value store.
- name string
- The name of the key value store.
- name str
- The name of the key value store.
- name String
- The name of the key value store.
getKeyValueStore Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the key value store.
- Comment string
- A comment for the key value store.
- Id string
- The unique Id for the key value store.
- Status string
- The current status of the key value store. For more information, see Key value store statuses in the .
- Arn string
- The Amazon Resource Name (ARN) of the key value store.
- Comment string
- A comment for the key value store.
- Id string
- The unique Id for the key value store.
- Status string
- The current status of the key value store. For more information, see Key value store statuses in the .
- arn String
- The Amazon Resource Name (ARN) of the key value store.
- comment String
- A comment for the key value store.
- id String
- The unique Id for the key value store.
- status String
- The current status of the key value store. For more information, see Key value store statuses in the .
- arn string
- The Amazon Resource Name (ARN) of the key value store.
- comment string
- A comment for the key value store.
- id string
- The unique Id for the key value store.
- status string
- The current status of the key value store. For more information, see Key value store statuses in the .
- arn str
- The Amazon Resource Name (ARN) of the key value store.
- comment str
- A comment for the key value store.
- id str
- The unique Id for the key value store.
- status str
- The current status of the key value store. For more information, see Key value store statuses in the .
- arn String
- The Amazon Resource Name (ARN) of the key value store.
- comment String
- A comment for the key value store.
- id String
- The unique Id for the key value store.
- status String
- The current status of the key value store. For more information, see Key value store statuses in the .
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