Show / Hide Table of Contents

Class CfnAnalysisTemplate.HashProperty

Hash.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.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 hashProperty = new HashProperty {
                 Sha256 = "sha256"
             };

Synopsis

Constructors

HashProperty()

Hash.

Properties

Sha256

The SHA-256 hash value.

Constructors

HashProperty()

Hash.

public HashProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.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 hashProperty = new HashProperty {
                 Sha256 = "sha256"
             };

Properties

Sha256

The SHA-256 hash value.

public string? Sha256 { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysisTemplate.IHashProperty
Back to top Generated by DocFX