AWS Native is in preview. AWS Classic is fully supported.
aws-native.cleanrooms.getAnalysisTemplate
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Represents a stored analysis within a collaboration
Using getAnalysisTemplate
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 getAnalysisTemplate(args: GetAnalysisTemplateArgs, opts?: InvokeOptions): Promise<GetAnalysisTemplateResult>
function getAnalysisTemplateOutput(args: GetAnalysisTemplateOutputArgs, opts?: InvokeOptions): Output<GetAnalysisTemplateResult>
def get_analysis_template(analysis_template_identifier: Optional[str] = None,
membership_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAnalysisTemplateResult
def get_analysis_template_output(analysis_template_identifier: Optional[pulumi.Input[str]] = None,
membership_identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAnalysisTemplateResult]
func LookupAnalysisTemplate(ctx *Context, args *LookupAnalysisTemplateArgs, opts ...InvokeOption) (*LookupAnalysisTemplateResult, error)
func LookupAnalysisTemplateOutput(ctx *Context, args *LookupAnalysisTemplateOutputArgs, opts ...InvokeOption) LookupAnalysisTemplateResultOutput
> Note: This function is named LookupAnalysisTemplate
in the Go SDK.
public static class GetAnalysisTemplate
{
public static Task<GetAnalysisTemplateResult> InvokeAsync(GetAnalysisTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetAnalysisTemplateResult> Invoke(GetAnalysisTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAnalysisTemplateResult> getAnalysisTemplate(GetAnalysisTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:cleanrooms:getAnalysisTemplate
arguments:
# arguments dictionary
The following arguments are supported:
- Analysis
Template stringIdentifier - Membership
Identifier string
- Analysis
Template stringIdentifier - Membership
Identifier string
- analysis
Template StringIdentifier - membership
Identifier String
- analysis
Template stringIdentifier - membership
Identifier string
- analysis
Template StringIdentifier - membership
Identifier String
getAnalysisTemplate Result
The following output properties are available:
- Analysis
Template stringIdentifier - Arn string
- Collaboration
Arn string - Collaboration
Identifier string - Description string
- Membership
Arn string - Schema
Pulumi.
Aws Native. Clean Rooms. Outputs. Analysis Template Analysis Schema - List<Pulumi.
Aws Native. Clean Rooms. Outputs. Analysis Template Tag> An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
- Analysis
Template stringIdentifier - Arn string
- Collaboration
Arn string - Collaboration
Identifier string - Description string
- Membership
Arn string - Schema
Analysis
Template Analysis Schema - []Analysis
Template Tag An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
- analysis
Template StringIdentifier - arn String
- collaboration
Arn String - collaboration
Identifier String - description String
- membership
Arn String - schema
Analysis
Template Analysis Schema - List<Analysis
Template Tag> An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
- analysis
Template stringIdentifier - arn string
- collaboration
Arn string - collaboration
Identifier string - description string
- membership
Arn string - schema
Analysis
Template Analysis Schema - Analysis
Template Tag[] An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
- analysis_
template_ stridentifier - arn str
- collaboration_
arn str - collaboration_
identifier str - description str
- membership_
arn str - schema
Analysis
Template Analysis Schema - Sequence[Analysis
Template Tag] An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
- analysis
Template StringIdentifier - arn String
- collaboration
Arn String - collaboration
Identifier String - description String
- membership
Arn String - schema Property Map
- List<Property Map>
An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.
Supporting Types
AnalysisTemplateAnalysisSchema
- Referenced
Tables List<string>
- Referenced
Tables []string
- referenced
Tables List<String>
- referenced
Tables string[]
- referenced_
tables Sequence[str]
- referenced
Tables List<String>
AnalysisTemplateTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.