Interface CfnSigningJobProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSigningJobProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:12.293Z")
@Stability(Stable)
public interface CfnSigningJobProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnSigningJob.
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.*;
CfnSigningJobProps cfnSigningJobProps = CfnSigningJobProps.builder()
.profileName("profileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSigningJobPropsstatic final classAn implementation forCfnSigningJobProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnSigningJobProps.Builderbuilder()The name of the signing profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProfileName
The name of the signing profile.- See Also:
-
builder
- Returns:
- a
CfnSigningJobProps.BuilderofCfnSigningJobProps
-