Interface SigningProfileAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SigningProfileAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:23.036Z")
@Stability(Stable)
public interface SigningProfileAttributes
extends software.amazon.jsii.JsiiSerializable
A reference to a Signing Profile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.signer.*;
SigningProfileAttributes signingProfileAttributes = SigningProfileAttributes.builder()
.signingProfileName("signingProfileName")
.signingProfileVersion("signingProfileVersion")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSigningProfileAttributesstatic final classAn implementation forSigningProfileAttributes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of signing profile.The version of signing profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSigningProfileName
The name of signing profile. -
getSigningProfileVersion
The version of signing profile. -
builder
- Returns:
- a
SigningProfileAttributes.BuilderofSigningProfileAttributes
-