aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.fis.getExperimentTemplate

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

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

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0