We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
Resource Type definition for AWS::SecurityAgent::Application
Using getApplication
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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>def get_application(application_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput> Note: This function is named LookupApplication in the Go SDK.
public static class GetApplication
{
public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:securityagent:getApplication
arguments:
# arguments dictionaryThe following arguments are supported:
- Application
Id string
- Application
Id string
- application
Id String
- application
Id string
- application_
id str
- application
Id String
getApplication Result
The following output properties are available:
- Application
Id string - Application
Name string - Default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- Domain string
- Role
Arn string -
List<Pulumi.
Aws Native. Outputs. Tag> - Tags for the application
- Application
Id string - Application
Name string - Default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- Domain string
- Role
Arn string - Tag
- Tags for the application
- application
Id String - application
Name String - default
Kms StringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- domain String
- role
Arn String - List<Tag>
- Tags for the application
- application
Id string - application
Name string - default
Kms stringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- domain string
- role
Arn string - Tag[]
- Tags for the application
- application_
id str - application_
name str - default_
kms_ strkey_ id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- domain str
- role_
arn str - Sequence[root_Tag]
- Tags for the application
- application
Id String - application
Name String - default
Kms StringKey Id - Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.
- domain String
- role
Arn String - List<Property Map>
- Tags for the application
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.62.0
published on Monday, Apr 20, 2026 by Pulumi
published on Monday, Apr 20, 2026 by Pulumi
