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.109.0 published on Wednesday, Jun 26, 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.109.0 published on Wednesday, Jun 26, 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
    The system-generated ID of the extension.
    Id string
    The system-generated ID of the extension.
    id String
    The system-generated ID of the extension.
    id string
    The system-generated ID of the extension.
    id str
    The system-generated ID of the extension.
    id String
    The system-generated ID of the extension.

    getExtension Result

    The following output properties are available:

    Actions Dictionary<string, ImmutableArray<Pulumi.AwsNative.AppConfig.Outputs.ExtensionAction>>
    The actions defined in the extension.
    Arn string
    The system-generated Amazon Resource Name (ARN) for the extension.
    Description string
    Description of the extension.
    Id string
    The system-generated ID of the extension.
    Parameters Dictionary<string, Pulumi.AwsNative.AppConfig.Outputs.ExtensionParameter>
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    VersionNumber int
    The extension version number.
    Actions map[string][]ExtensionAction
    The actions defined in the extension.
    Arn string
    The system-generated Amazon Resource Name (ARN) for the extension.
    Description string
    Description of the extension.
    Id string
    The system-generated ID of the extension.
    Parameters map[string]ExtensionParameter
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    VersionNumber int
    The extension version number.
    actions Map<String,List<ExtensionAction>>
    The actions defined in the extension.
    arn String
    The system-generated Amazon Resource Name (ARN) for the extension.
    description String
    Description of the extension.
    id String
    The system-generated ID of the extension.
    parameters Map<String,ExtensionParameter>
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    versionNumber Integer
    The extension version number.
    actions {[key: string]: ExtensionAction[]}
    The actions defined in the extension.
    arn string
    The system-generated Amazon Resource Name (ARN) for the extension.
    description string
    Description of the extension.
    id string
    The system-generated ID of the extension.
    parameters {[key: string]: ExtensionParameter}
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    versionNumber number
    The extension version number.
    actions Mapping[str, Sequence[ExtensionAction]]
    The actions defined in the extension.
    arn str
    The system-generated Amazon Resource Name (ARN) for the extension.
    description str
    Description of the extension.
    id str
    The system-generated ID of the extension.
    parameters Mapping[str, ExtensionParameter]
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    version_number int
    The extension version number.
    actions Map<List<Property Map>>
    The actions defined in the extension.
    arn String
    The system-generated Amazon Resource Name (ARN) for the extension.
    description String
    Description of the extension.
    id String
    The system-generated ID of the extension.
    parameters Map<Property Map>
    The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.
    versionNumber Number
    The extension version 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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi