1. Packages
  2. AWS Native
  3. API Docs
  4. appconfig
  5. getExtension

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.appconfig.getExtension

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::AppConfig::Extension

    Using getExtension

    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 getExtension(args: GetExtensionArgs, opts?: InvokeOptions): Promise<GetExtensionResult>
    function getExtensionOutput(args: GetExtensionOutputArgs, opts?: InvokeOptions): Output<GetExtensionResult>
    def get_extension(id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetExtensionResult
    def get_extension_output(id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetExtensionResult]
    func LookupExtension(ctx *Context, args *LookupExtensionArgs, opts ...InvokeOption) (*LookupExtensionResult, error)
    func LookupExtensionOutput(ctx *Context, args *LookupExtensionOutputArgs, opts ...InvokeOption) LookupExtensionResultOutput

    > Note: This function is named LookupExtension in the Go SDK.

    public static class GetExtension 
    {
        public static Task<GetExtensionResult> InvokeAsync(GetExtensionArgs args, InvokeOptions? opts = null)
        public static Output<GetExtensionResult> Invoke(GetExtensionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExtensionResult> getExtension(GetExtensionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:appconfig:getExtension
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getExtension Result

    The following output properties are available:

    Actions Dictionary<string, ImmutableArray<Pulumi.AwsNative.AppConfig.Outputs.ExtensionAction>>
    Arn string
    Description string
    Description of the extension.
    Id string
    Parameters Dictionary<string, Pulumi.AwsNative.AppConfig.Outputs.ExtensionParameter>
    VersionNumber int
    Actions map[string][]ExtensionAction
    Arn string
    Description string
    Description of the extension.
    Id string
    Parameters map[string]ExtensionParameter
    VersionNumber int
    actions Map<String,List<ExtensionAction>>
    arn String
    description String
    Description of the extension.
    id String
    parameters Map<String,ExtensionParameter>
    versionNumber Integer
    actions {[key: string]: ExtensionAction[]}
    arn string
    description string
    Description of the extension.
    id string
    parameters {[key: string]: ExtensionParameter}
    versionNumber number
    actions Mapping[str, Sequence[ExtensionAction]]
    arn str
    description str
    Description of the extension.
    id str
    parameters Mapping[str, ExtensionParameter]
    version_number int
    actions Map<List<Property Map>>
    arn String
    description String
    Description of the extension.
    id String
    parameters Map<Property Map>
    versionNumber Number

    Supporting Types

    ExtensionAction

    Name string
    The name of the extension action.
    Uri string
    The URI of the extension action.
    Description string
    The description of the extension Action.
    RoleArn string
    The ARN of the role for invoking the extension action.
    Name string
    The name of the extension action.
    Uri string
    The URI of the extension action.
    Description string
    The description of the extension Action.
    RoleArn string
    The ARN of the role for invoking the extension action.
    name String
    The name of the extension action.
    uri String
    The URI of the extension action.
    description String
    The description of the extension Action.
    roleArn String
    The ARN of the role for invoking the extension action.
    name string
    The name of the extension action.
    uri string
    The URI of the extension action.
    description string
    The description of the extension Action.
    roleArn string
    The ARN of the role for invoking the extension action.
    name str
    The name of the extension action.
    uri str
    The URI of the extension action.
    description str
    The description of the extension Action.
    role_arn str
    The ARN of the role for invoking the extension action.
    name String
    The name of the extension action.
    uri String
    The URI of the extension action.
    description String
    The description of the extension Action.
    roleArn String
    The ARN of the role for invoking the extension action.

    ExtensionParameter

    Required bool
    Description string
    The description of the extension Parameter.
    Dynamic bool
    Required bool
    Description string
    The description of the extension Parameter.
    Dynamic bool
    required Boolean
    description String
    The description of the extension Parameter.
    dynamic Boolean
    required boolean
    description string
    The description of the extension Parameter.
    dynamic boolean
    required bool
    description str
    The description of the extension Parameter.
    dynamic bool
    required Boolean
    description String
    The description of the extension Parameter.
    dynamic Boolean

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi