Interface CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
The analysis source metadata.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
Syntax (vb)
Public Interface CfnAnalysisTemplate.IAnalysisSourceMetadataProperty
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 analysisSourceMetadataProperty = new AnalysisSourceMetadataProperty {
Artifacts = new AnalysisTemplateArtifactMetadataProperty {
EntryPointHash = new HashProperty {
Sha256 = "sha256"
},
// the properties below are optional
AdditionalArtifactHashes = new [] { new HashProperty {
Sha256 = "sha256"
} }
}
};
Synopsis
Properties
Artifacts | The artifacts of the analysis source metadata. |
Properties
Artifacts
The artifacts of the analysis source metadata.
object Artifacts { get; }