Interface CfnAnalysisTemplate.IHashProperty
Hash.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysisTemplate.IHashProperty
Syntax (vb)
Public Interface CfnAnalysisTemplate.IHashProperty
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 hashProperty = new HashProperty {
Sha256 = "sha256"
};
Synopsis
Properties
Sha256 | The SHA-256 hash value. |
Properties
Sha256
The SHA-256 hash value.
string? Sha256 { get; }