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 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, Immutable
Array<Pulumi. Aws Native. App Config. Outputs. Extension Action>> - 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.
Aws Native. App Config. Outputs. Extension Parameter> - 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[string][]Extension
Action - 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]Extension
Parameter - 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<String,List<Extension
Action>> - 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,Extension
Parameter> - 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 Integer - The extension version number.
- actions
{[key: string]: Extension
Action[]} - 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]: Extension
Parameter} - 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 number - The extension version number.
- actions
Mapping[str, Sequence[Extension
Action]] - 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, Extension
Parameter] - 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. - version
Number 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.
- Role
Arn 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.
- Role
Arn 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.
- role
Arn 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.
- role
Arn 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.
- role
Arn 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi