Class CfnCertificateProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnCertificateProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateProviderProps
@Stability(Stable)
@Internal
public static final class CfnCertificateProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateProviderProps
An implementation for
CfnCertificateProviderProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnCertificateProviderProps
CfnCertificateProviderProps.Builder, CfnCertificateProviderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCertificateProviderProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
A list of the operations that the certificate provider will use to generate certificates.final String
The name of the certificate provider.final String
The ARN of the Lambda function.getTags()
Metadata that can be used to manage the certificate provider.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCertificateProviderProps.Builder
.
-
-
Method Details
-
getAccountDefaultForOperations
Description copied from interface:CfnCertificateProviderProps
A list of the operations that the certificate provider will use to generate certificates.Valid value:
CreateCertificateFromCsr
.- Specified by:
getAccountDefaultForOperations
in interfaceCfnCertificateProviderProps
- See Also:
-
getLambdaFunctionArn
Description copied from interface:CfnCertificateProviderProps
The ARN of the Lambda function.- Specified by:
getLambdaFunctionArn
in interfaceCfnCertificateProviderProps
- See Also:
-
getCertificateProviderName
Description copied from interface:CfnCertificateProviderProps
The name of the certificate provider.- Specified by:
getCertificateProviderName
in interfaceCfnCertificateProviderProps
- See Also:
-
getTags
Description copied from interface:CfnCertificateProviderProps
Metadata that can be used to manage the certificate provider.- Specified by:
getTags
in interfaceCfnCertificateProviderProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-