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.getExtensionAssociation
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
An example resource schema demonstrating some basic constructs and validation rules.
Using getExtensionAssociation
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 getExtensionAssociation(args: GetExtensionAssociationArgs, opts?: InvokeOptions): Promise<GetExtensionAssociationResult>
function getExtensionAssociationOutput(args: GetExtensionAssociationOutputArgs, opts?: InvokeOptions): Output<GetExtensionAssociationResult>
def get_extension_association(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExtensionAssociationResult
def get_extension_association_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExtensionAssociationResult]
func LookupExtensionAssociation(ctx *Context, args *LookupExtensionAssociationArgs, opts ...InvokeOption) (*LookupExtensionAssociationResult, error)
func LookupExtensionAssociationOutput(ctx *Context, args *LookupExtensionAssociationOutputArgs, opts ...InvokeOption) LookupExtensionAssociationResultOutput
> Note: This function is named LookupExtensionAssociation
in the Go SDK.
public static class GetExtensionAssociation
{
public static Task<GetExtensionAssociationResult> InvokeAsync(GetExtensionAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetExtensionAssociationResult> Invoke(GetExtensionAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExtensionAssociationResult> getExtensionAssociation(GetExtensionAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:appconfig:getExtensionAssociation
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The system-generated ID for the association.
- Id string
- The system-generated ID for the association.
- id String
- The system-generated ID for the association.
- id string
- The system-generated ID for the association.
- id str
- The system-generated ID for the association.
- id String
- The system-generated ID for the association.
getExtensionAssociation Result
The following output properties are available:
- Arn string
- The ARN of the extension defined in the association.
- Extension
Arn string - The ARN of the extension defined in the association.
- Id string
- The system-generated ID for the association.
- Parameters Dictionary<string, string>
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - Resource
Arn string - The ARNs of applications, configuration profiles, or environments defined in the association.
- Arn string
- The ARN of the extension defined in the association.
- Extension
Arn string - The ARN of the extension defined in the association.
- Id string
- The system-generated ID for the association.
- Parameters map[string]string
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - Resource
Arn string - The ARNs of applications, configuration profiles, or environments defined in the association.
- arn String
- The ARN of the extension defined in the association.
- extension
Arn String - The ARN of the extension defined in the association.
- id String
- The system-generated ID for the association.
- parameters Map<String,String>
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - resource
Arn String - The ARNs of applications, configuration profiles, or environments defined in the association.
- arn string
- The ARN of the extension defined in the association.
- extension
Arn string - The ARN of the extension defined in the association.
- id string
- The system-generated ID for the association.
- parameters {[key: string]: string}
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - resource
Arn string - The ARNs of applications, configuration profiles, or environments defined in the association.
- arn str
- The ARN of the extension defined in the association.
- extension_
arn str - The ARN of the extension defined in the association.
- id str
- The system-generated ID for the association.
- parameters Mapping[str, str]
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - resource_
arn str - The ARNs of applications, configuration profiles, or environments defined in the association.
- arn String
- The ARN of the extension defined in the association.
- extension
Arn String - The ARN of the extension defined in the association.
- id String
- The system-generated ID for the association.
- parameters Map<String>
- The parameter names and values defined in the extensions. Extension parameters marked
Required
must be entered for this field. - resource
Arn String - The ARNs of applications, configuration profiles, or environments defined in the association.
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