toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codepipeline.kotlin.outputs
/
PipelineArtifactStoreEncryptionKey
Pipeline
Artifact
Store
Encryption
Key
data
class
PipelineArtifactStoreEncryptionKey
(
val
id
:
String
,
val
type
:
String
)
Members
Constructors
Pipeline
Artifact
Store
Encryption
Key
Link copied to clipboard
constructor
(
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