CfnSigningJobProps
- class aws_cdk.aws_signer.CfnSigningJobProps(*, profile_name)
Bases:
objectProperties for defining a
CfnSigningJob.- Parameters:
profile_name (
str) – The name of the signing profile.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_signer as signer cfn_signing_job_props = signer.CfnSigningJobProps( profile_name="profileName" )
Attributes
- profile_name
The name of the signing profile.