Class PipelineArtifactStoreEncryptionKeyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodePipeline.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineArtifactStoreEncryptionKeyArgs : ResourceArgs
Constructors
View SourcePipelineArtifactStoreEncryptionKeyArgs()
Declaration
public PipelineArtifactStoreEncryptionKeyArgs()
Properties
View SourceId
The KMS key ARN or ID
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of key; currently only KMS is supported
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |