toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codepipeline.kotlin.inputs
/
PipelineArtifactStoreEncryptionKeyArgs
Pipeline
Artifact
Store
Encryption
Key
Args
data
class
PipelineArtifactStoreEncryptionKeyArgs
(
val
id
:
Output
<
String
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
PipelineArtifactStoreEncryptionKeyArgs
>
Members
Constructors
Pipeline
Artifact
Store
Encryption
Key
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
The KMS key ARN or ID
type
Link copied to clipboard
val
type
:
Output
<
String
>
The type of key; currently only
KMS
is supported
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipelineArtifactStoreEncryptionKeyArgs