CfnSigningJobMixinProps

class aws_cdk.cfn_property_mixins.aws_signer.CfnSigningJobMixinProps(*, profile_name=None)

Bases: object

Properties for CfnSigningJobPropsMixin.

Parameters:

profile_name (Optional[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.cfn_property_mixins import aws_signer as signer

cfn_signing_job_mixin_props = signer.CfnSigningJobMixinProps(
    profile_name="profileName"
)

Attributes

profile_name

The name of the signing profile.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html#cfn-signer-signingjob-profilename