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.fis.getTargetAccountConfiguration
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 schema for AWS::FIS::TargetAccountConfiguration
Using getTargetAccountConfiguration
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 getTargetAccountConfiguration(args: GetTargetAccountConfigurationArgs, opts?: InvokeOptions): Promise<GetTargetAccountConfigurationResult>
function getTargetAccountConfigurationOutput(args: GetTargetAccountConfigurationOutputArgs, opts?: InvokeOptions): Output<GetTargetAccountConfigurationResult>
def get_target_account_configuration(account_id: Optional[str] = None,
experiment_template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTargetAccountConfigurationResult
def get_target_account_configuration_output(account_id: Optional[pulumi.Input[str]] = None,
experiment_template_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTargetAccountConfigurationResult]
func LookupTargetAccountConfiguration(ctx *Context, args *LookupTargetAccountConfigurationArgs, opts ...InvokeOption) (*LookupTargetAccountConfigurationResult, error)
func LookupTargetAccountConfigurationOutput(ctx *Context, args *LookupTargetAccountConfigurationOutputArgs, opts ...InvokeOption) LookupTargetAccountConfigurationResultOutput
> Note: This function is named LookupTargetAccountConfiguration
in the Go SDK.
public static class GetTargetAccountConfiguration
{
public static Task<GetTargetAccountConfigurationResult> InvokeAsync(GetTargetAccountConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetTargetAccountConfigurationResult> Invoke(GetTargetAccountConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTargetAccountConfigurationResult> getTargetAccountConfiguration(GetTargetAccountConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:fis:getTargetAccountConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - The AWS account ID of the target account.
- Experiment
Template stringId - The ID of the experiment template.
- Account
Id string - The AWS account ID of the target account.
- Experiment
Template stringId - The ID of the experiment template.
- account
Id String - The AWS account ID of the target account.
- experiment
Template StringId - The ID of the experiment template.
- account
Id string - The AWS account ID of the target account.
- experiment
Template stringId - The ID of the experiment template.
- account_
id str - The AWS account ID of the target account.
- experiment_
template_ strid - The ID of the experiment template.
- account
Id String - The AWS account ID of the target account.
- experiment
Template StringId - The ID of the experiment template.
getTargetAccountConfiguration Result
The following output properties are available:
- Description string
- The description of the target account.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- Description string
- The description of the target account.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description String
- The description of the target account.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description string
- The description of the target account.
- role
Arn string - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description str
- The description of the target account.
- role_
arn str - The Amazon Resource Name (ARN) of an IAM role for the target account.
- description String
- The description of the target account.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role for the target account.
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