1. Packages
  2. AWS Native
  3. API Docs
  4. fis
  5. getExperimentTemplate

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.fis.getExperimentTemplate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource schema for AWS::FIS::ExperimentTemplate

    Using getExperimentTemplate

    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 getExperimentTemplate(args: GetExperimentTemplateArgs, opts?: InvokeOptions): Promise<GetExperimentTemplateResult>
    function getExperimentTemplateOutput(args: GetExperimentTemplateOutputArgs, opts?: InvokeOptions): Output<GetExperimentTemplateResult>
    def get_experiment_template(id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetExperimentTemplateResult
    def get_experiment_template_output(id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetExperimentTemplateResult]
    func LookupExperimentTemplate(ctx *Context, args *LookupExperimentTemplateArgs, opts ...InvokeOption) (*LookupExperimentTemplateResult, error)
    func LookupExperimentTemplateOutput(ctx *Context, args *LookupExperimentTemplateOutputArgs, opts ...InvokeOption) LookupExperimentTemplateResultOutput

    > Note: This function is named LookupExperimentTemplate in the Go SDK.

    public static class GetExperimentTemplate 
    {
        public static Task<GetExperimentTemplateResult> InvokeAsync(GetExperimentTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetExperimentTemplateResult> Invoke(GetExperimentTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExperimentTemplateResult> getExperimentTemplate(GetExperimentTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:fis:getExperimentTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getExperimentTemplate Result

    The following output properties are available:

    Supporting Types

    ExperimentTemplateAction

    ActionId string
    Description string
    Parameters Dictionary<string, string>
    The parameters for the action, if applicable.
    StartAfter List<string>
    Targets Dictionary<string, string>
    One or more targets for the action.
    ActionId string
    Description string
    Parameters map[string]string
    The parameters for the action, if applicable.
    StartAfter []string
    Targets map[string]string
    One or more targets for the action.
    actionId String
    description String
    parameters Map<String,String>
    The parameters for the action, if applicable.
    startAfter List<String>
    targets Map<String,String>
    One or more targets for the action.
    actionId string
    description string
    parameters {[key: string]: string}
    The parameters for the action, if applicable.
    startAfter string[]
    targets {[key: string]: string}
    One or more targets for the action.
    action_id str
    description str
    parameters Mapping[str, str]
    The parameters for the action, if applicable.
    start_after Sequence[str]
    targets Mapping[str, str]
    One or more targets for the action.
    actionId String
    description String
    parameters Map<String>
    The parameters for the action, if applicable.
    startAfter List<String>
    targets Map<String>
    One or more targets for the action.

    ExperimentTemplateExperimentOptions

    AccountTargeting ExperimentTemplateExperimentOptionsAccountTargeting
    The account targeting setting for the experiment template.
    EmptyTargetResolutionMode ExperimentTemplateExperimentOptionsEmptyTargetResolutionMode
    The target resolution failure mode for the experiment template.
    accountTargeting ExperimentTemplateExperimentOptionsAccountTargeting
    The account targeting setting for the experiment template.
    emptyTargetResolutionMode ExperimentTemplateExperimentOptionsEmptyTargetResolutionMode
    The target resolution failure mode for the experiment template.
    accountTargeting ExperimentTemplateExperimentOptionsAccountTargeting
    The account targeting setting for the experiment template.
    emptyTargetResolutionMode ExperimentTemplateExperimentOptionsEmptyTargetResolutionMode
    The target resolution failure mode for the experiment template.
    account_targeting ExperimentTemplateExperimentOptionsAccountTargeting
    The account targeting setting for the experiment template.
    empty_target_resolution_mode ExperimentTemplateExperimentOptionsEmptyTargetResolutionMode
    The target resolution failure mode for the experiment template.
    accountTargeting "multi-account" | "single-account"
    The account targeting setting for the experiment template.
    emptyTargetResolutionMode "fail" | "skip"
    The target resolution failure mode for the experiment template.

    ExperimentTemplateExperimentOptionsAccountTargeting

    ExperimentTemplateExperimentOptionsEmptyTargetResolutionMode

    ExperimentTemplateLogConfiguration

    ExperimentTemplateLogConfigurationCloudWatchLogsConfigurationProperties

    ExperimentTemplateLogConfigurationS3ConfigurationProperties

    BucketName string
    Prefix string
    BucketName string
    Prefix string
    bucketName String
    prefix String
    bucketName string
    prefix string
    bucketName String
    prefix String

    ExperimentTemplateStopCondition

    Source string
    Value string
    Source string
    Value string
    source String
    value String
    source string
    value string
    source str
    value str
    source String
    value String

    ExperimentTemplateTarget

    resourceType string
    selectionMode string
    filters ExperimentTemplateTargetFilter[]
    parameters {[key: string]: string}
    resourceArns string[]
    resourceTags {[key: string]: string}

    ExperimentTemplateTargetFilter

    Path string
    Values List<string>
    Path string
    Values []string
    path String
    values List<String>
    path string
    values string[]
    path str
    values Sequence[str]
    path String
    values List<String>

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi