1. Packages
  2. AWS Native
  3. API Docs
  4. cloudfront
  5. getKeyValueStore

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi

aws-native.cloudfront.getKeyValueStore

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.104.0 published on Tuesday, Apr 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
    Name string
    name String
    name string
    name str
    name String

    getKeyValueStore Result

    The following output properties are available:

    Arn string
    Comment string
    Id string
    Status string
    Arn string
    Comment string
    Id string
    Status string
    arn String
    comment String
    id String
    status String
    arn string
    comment string
    id string
    status string
    arn str
    comment str
    id str
    status str
    arn String
    comment String
    id String
    status String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.104.0 published on Tuesday, Apr 30, 2024 by Pulumi