Class CfnSigningJob
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.signer.CfnSigningJob
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ISigningJobRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:12.291Z")
@Stability(Stable)
public class CfnSigningJob
extends CfnResource
implements IInspectable, ISigningJobRef
Represents an AWS Signer signing job.
Signing jobs are initiated via StartSigningJob and are read-only resources that provide visibility into code signing operations.
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.*;
CfnSigningJob cfnSigningJob = CfnSigningJob.Builder.create(this, "MyCfnSigningJob")
.profileName("profileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnSigningJob.static interfaceThe Amazon S3 bucket name and key where Signer saved the signed code image.static interfaceInformation about the Amazon S3 bucket where unsigned code is stored.static interfaceThe S3 location of the signed code image.static interfaceInformation about the S3 bucket where unsigned code is stored.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.signer.ISigningJobRef
ISigningJobRef.Jsii$Default, ISigningJobRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnSigningJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnSigningJob(software.amazon.jsii.JsiiObjectRef objRef) CfnSigningJob(software.constructs.Construct scope, String id, CfnSigningJobProps props) Create a newAWS::Signer::SigningJob. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForSigningJob(ISigningJobRef resource) The ARN of the signing job.Date and time that the signing job was completed.Date and time that the signing job was created.The ID of the signing job.The IAM entity that initiated the signing job.The AWS account ID of the job owner.A human-readable name for the signing platform associated with the signing job.The microcontroller platform to which the signed code image will be distributed.The version of the signing profile used to initiate the signing job.The IAM principal that requested the signing job.The expiration timestamp for the signature generated by the signing job.The S3 location of the signed code image.Information about the S3 bucket where unsigned code is stored.Status of the signing job.The name of the signing profile.A reference to a SigningJob resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnSigningJob.renderProperties(Map<String, Object> props) voidsetProfileName(String value) The name of the signing profile.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSigningJob
protected CfnSigningJob(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSigningJob
protected CfnSigningJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSigningJob
@Stability(Stable) public CfnSigningJob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSigningJobProps props) Create a newAWS::Signer::SigningJob.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForSigningJob
- Parameters:
resource- This parameter is required.
-
isCfnSigningJob
Checks whether the given object is a CfnSigningJob.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The ARN of the signing job. -
getAttrCompletedAt
Date and time that the signing job was completed. -
getAttrCreatedAt
Date and time that the signing job was created. -
getAttrJobId
The ID of the signing job. -
getAttrJobInvoker
The IAM entity that initiated the signing job. -
getAttrJobOwner
The AWS account ID of the job owner. -
getAttrPlatformDisplayName
A human-readable name for the signing platform associated with the signing job. -
getAttrPlatformId
The microcontroller platform to which the signed code image will be distributed. -
getAttrProfileVersion
The version of the signing profile used to initiate the signing job. -
getAttrRequestedBy
The IAM principal that requested the signing job. -
getAttrSignatureExpiresAt
The expiration timestamp for the signature generated by the signing job. -
getAttrSignedObject
The S3 location of the signed code image. -
getAttrSource
Information about the S3 bucket where unsigned code is stored. -
getAttrStatus
Status of the signing job. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getSigningJobRef
A reference to a SigningJob resource.- Specified by:
getSigningJobRefin interfaceISigningJobRef
-
getProfileName
The name of the signing profile. -
setProfileName
The name of the signing profile.
-