Show / Hide Table of Contents

Class CfnAnalysisTemplate.AnalysisTemplateArtifactMetadataProperty

The analysis template artifact metadata.

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

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

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

Synopsis

Constructors

AnalysisTemplateArtifactMetadataProperty()

The analysis template artifact metadata.

Properties

AdditionalArtifactHashes

Additional artifact hashes for the analysis template.

EntryPointHash

The hash of the entry point for the analysis template artifact metadata.

Constructors

AnalysisTemplateArtifactMetadataProperty()

The analysis template artifact metadata.

public AnalysisTemplateArtifactMetadataProperty()
Remarks

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

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

Properties

AdditionalArtifactHashes

Additional artifact hashes for the analysis template.

public object? AdditionalArtifactHashes { get; set; }
Property Value

object

Remarks

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

EntryPointHash

The hash of the entry point for the analysis template artifact metadata.

public object EntryPointHash { get; set; }
Property Value

object

Remarks

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

Implements

CfnAnalysisTemplate.IAnalysisTemplateArtifactMetadataProperty
Back to top Generated by DocFX