pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.codepipeline.kotlin.outputs
/
PipelineArtifactStoreEncryptionKey
Pipeline
Artifact
Store
Encryption
Key
data
class
PipelineArtifactStoreEncryptionKey
(
val
id
:
String
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Pipeline
Artifact
Store
Encryption
Key
Link copied to clipboard
fun
PipelineArtifactStoreEncryptionKey
(
id
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
The KMS key ARN or ID
type
Link copied to clipboard
val
type
:
String
The type of key; currently only
KMS
is supported