Interface CfnAliasMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAliasMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:02.158Z")
@Stability(Stable)
public interface CfnAliasMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnAliasPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.paymentcryptography.*;
CfnAliasMixinProps cfnAliasMixinProps = CfnAliasMixinProps.builder()
.aliasName("aliasName")
.keyArn("keyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAliasMixinPropsstatic final classAn implementation forCfnAliasMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnAliasMixinProps.Builderbuilder()default StringA friendly name that you can use to refer to a key.default StringTheKeyARNof the key associated with the alias.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAliasName
A friendly name that you can use to refer to a key. The value must begin withalias/.Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output.
- See Also:
-
getKeyArn
TheKeyARNof the key associated with the alias.- See Also:
-
builder
- Returns:
- a
CfnAliasMixinProps.BuilderofCfnAliasMixinProps
-