Package com.pulumi.gcp.kms.inputs
Class CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.kms.inputs.CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs
-
public final class CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs.Builder
builder()
static CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs.Builder
builder(CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
ekmConnectionKeyPath()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
externalKeyUri()
-
-
-
Field Detail
-
Empty
public static final CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs Empty
-
-
Method Detail
-
ekmConnectionKeyPath
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ekmConnectionKeyPath()
- Returns:
- The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of externalKeyUri when using an EkmConnection.
-
externalKeyUri
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> externalKeyUri()
- Returns:
- The URI for an external resource that this CryptoKeyVersion represents.
-
builder
public static CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs.Builder builder()
-
builder
public static CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs.Builder builder(CryptoKeyVersionAttestationExternalProtectionLevelOptionsArgs defaults)
-
-