Show / Hide Table of Contents

Class CfnAnalysisTemplate.AnalysisTemplateArtifactProperty

The analysis template artifact.

Inheritance
object
CfnAnalysisTemplate.AnalysisTemplateArtifactProperty
Implements
CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysisTemplate.AnalysisTemplateArtifactProperty : CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Syntax (vb)
Public Class CfnAnalysisTemplate.AnalysisTemplateArtifactProperty Implements CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysistemplateartifact.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Aws_cleanrooms;

             var analysisTemplateArtifactProperty = new AnalysisTemplateArtifactProperty {
                 Location = new S3LocationProperty {
                     Bucket = "bucket",
                     Key = "key"
                 }
             };

Synopsis

Constructors

AnalysisTemplateArtifactProperty()

The analysis template artifact.

Properties

Location

The artifact location.

Constructors

AnalysisTemplateArtifactProperty()

The analysis template artifact.

public AnalysisTemplateArtifactProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysistemplateartifact.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Aws_cleanrooms;

             var analysisTemplateArtifactProperty = new AnalysisTemplateArtifactProperty {
                 Location = new S3LocationProperty {
                     Bucket = "bucket",
                     Key = "key"
                 }
             };

Properties

Location

The artifact location.

public object Location { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysistemplateartifact.html#cfn-cleanrooms-analysistemplate-analysistemplateartifact-location

Implements

CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Back to top Generated by DocFX