Show / Hide Table of Contents

Interface CfnAnalysisTemplate.IAnalysisTemplateArtifactMetadataProperty

The analysis template artifact metadata.

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

Properties

AdditionalArtifactHashes

Additional artifact hashes for the analysis template.

EntryPointHash

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

Properties

AdditionalArtifactHashes

Additional artifact hashes for the analysis template.

object? AdditionalArtifactHashes { get; }
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.

object EntryPointHash { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX