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
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
Remarks
EntryPointHash
The hash of the entry point for the analysis template artifact metadata.
object EntryPointHash { get; }