| Package | Description |
|---|---|
| software.amazon.awscdk.services.signer |
AWS::Signer Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static Platform |
Platform.AMAZON_FREE_RTOS_DEFAULT
(experimental) Specification of signature format and signing algorithms with SHA256 hash and ECDSA encryption for Amazon FreeRTOS.
|
static Platform |
Platform.AMAZON_FREE_RTOS_TI_CC3220_SF
(experimental) Specification of signature format and signing algorithms with SHA1 hash and RSA encryption for Amazon FreeRTOS.
|
static Platform |
Platform.AWS_IOT_DEVICE_MANAGEMENT_SHA256_ECDSA
(experimental) Specification of signature format and signing algorithms for AWS IoT Device.
|
static Platform |
Platform.AWS_LAMBDA_SHA384_ECDSA
(experimental) Specification of signature format and signing algorithms for AWS Lambda.
|
| Modifier and Type | Method and Description |
|---|---|
Platform |
SigningProfileProps.getPlatform()
(experimental) The Signing Platform available for signing profile.
|
Platform |
SigningProfileProps.Jsii$Proxy.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
SigningProfile.Builder |
SigningProfile.Builder.platform(Platform platform)
(experimental) The Signing Platform available for signing profile.
|
SigningProfileProps.Builder |
SigningProfileProps.Builder.platform(Platform platform)
Sets the value of
SigningProfileProps.getPlatform() |
| Constructor and Description |
|---|
Jsii$Proxy(Platform platform,
Duration signatureValidity,
String signingProfileName)
Constructor that initializes the object based on literal property values passed by the
SigningProfileProps.Builder. |
Copyright © 2021. All rights reserved.