SigningProfileAttributes
- class aws_cdk.aws_signer.SigningProfileAttributes(*, signing_profile_name, signing_profile_version)
Bases:
object
A reference to a Signing Profile.
- Parameters:
signing_profile_name (
str
) – The name of signing profile.signing_profile_version (
str
) – The version of signing profile.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_signer as signer signing_profile_attributes = signer.SigningProfileAttributes( signing_profile_name="signingProfileName", signing_profile_version="signingProfileVersion" )
Attributes
- signing_profile_name
The name of signing profile.
- signing_profile_version
The version of signing profile.