Show / Hide Table of Contents

Interface CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty

The analysis template artifact.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IAnalysisTemplateArtifactProperty
Syntax (vb)
Public Interface 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

Properties

Location

The artifact location.

Properties

Location

The artifact location.

object Location { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX