Show / Hide Table of Contents

Class CfnAnalysisTemplate.AnalysisSourceMetadataProperty

The analysis source metadata.

Inheritance
object
CfnAnalysisTemplate.AnalysisSourceMetadataProperty
Implements
CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
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.AnalysisSourceMetadataProperty : CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
Syntax (vb)
Public Class CfnAnalysisTemplate.AnalysisSourceMetadataProperty Implements CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysissourcemetadata.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 analysisSourceMetadataProperty = new AnalysisSourceMetadataProperty {
                 Artifacts = new AnalysisTemplateArtifactMetadataProperty {
                     EntryPointHash = new HashProperty {
                         Sha256 = "sha256"
                     },

                     // the properties below are optional
                     AdditionalArtifactHashes = new [] { new HashProperty {
                         Sha256 = "sha256"
                     } }
                 }
             };

Synopsis

Constructors

AnalysisSourceMetadataProperty()

The analysis source metadata.

Properties

Artifacts

The artifacts of the analysis source metadata.

Constructors

AnalysisSourceMetadataProperty()

The analysis source metadata.

public AnalysisSourceMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysissourcemetadata.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 analysisSourceMetadataProperty = new AnalysisSourceMetadataProperty {
                 Artifacts = new AnalysisTemplateArtifactMetadataProperty {
                     EntryPointHash = new HashProperty {
                         Sha256 = "sha256"
                     },

                     // the properties below are optional
                     AdditionalArtifactHashes = new [] { new HashProperty {
                         Sha256 = "sha256"
                     } }
                 }
             };

Properties

Artifacts

The artifacts of the analysis source metadata.

public object Artifacts { get; set; }
Property Value

object

Remarks

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

Implements

CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
Back to top Generated by DocFX