AnalysisTemplate

class AnalysisTemplate : KotlinCustomResource

Represents a stored analysis within a collaboration

Properties

Link copied to clipboard

The member who can query can provide this placeholder for a literal data value in an analysis template

Link copied to clipboard

Returns the identifier for the analysis template. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE2222

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name (ARN) of the analysis template. Example: arn:aws:cleanrooms:us-east-1:111122223333:membership/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111/analysistemplates/a1b2c3d4-5678-90ab-cdef-EXAMPLE2222

Link copied to clipboard

Returns the unique ARN for the analysis template’s associated collaboration. Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard

Returns the unique ID for the associated collaboration of the analysis template. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE33333

Link copied to clipboard
val description: Output<String>?

The description of the analysis template.

Link copied to clipboard

The format of the analysis template.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val membershipArn: Output<String>

Returns the Amazon Resource Name (ARN) of the member who created the analysis template. Example: arn:aws:cleanrooms:us-east-1:111122223333:membership/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Link copied to clipboard

The identifier for a membership resource.

Link copied to clipboard
val name: Output<String>

The name of the analysis template.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The entire schema object.

Link copied to clipboard

The source of the analysis template.

Link copied to clipboard

The source metadata for the analysis template.

Link copied to clipboard
val tags: Output<List<Tag>>?

An arbitrary set of tags (key-value pairs) for this cleanrooms analysis template.

Link copied to clipboard
val urn: Output<String>