Class CfnCertificateProviderMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCertificateProviderMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateProviderMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateProviderMixinProps
@Stability(Stable)
@Internal
public static final class CfnCertificateProviderMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificateProviderMixinProps
An implementation for
CfnCertificateProviderMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCertificateProviderMixinProps
CfnCertificateProviderMixinProps.Builder, CfnCertificateProviderMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificateProviderMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanA list of the operations that the certificate provider will use to generate certificates.final StringThe name of the certificate provider.final StringThe ARN of the Lambda function.getTags()Metadata that can be used to manage the certificate provider.final inthashCode()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 theCfnCertificateProviderMixinProps.Builder.
-
-
Method Details
-
getAccountDefaultForOperations
Description copied from interface:CfnCertificateProviderMixinPropsA list of the operations that the certificate provider will use to generate certificates.Valid value:
CreateCertificateFromCsr.- Specified by:
getAccountDefaultForOperationsin interfaceCfnCertificateProviderMixinProps- See Also:
-
getCertificateProviderName
Description copied from interface:CfnCertificateProviderMixinPropsThe name of the certificate provider.- Specified by:
getCertificateProviderNamein interfaceCfnCertificateProviderMixinProps- See Also:
-
getLambdaFunctionArn
Description copied from interface:CfnCertificateProviderMixinPropsThe ARN of the Lambda function.- Specified by:
getLambdaFunctionArnin interfaceCfnCertificateProviderMixinProps- See Also:
-
getTags
Description copied from interface:CfnCertificateProviderMixinPropsMetadata that can be used to manage the certificate provider.- Specified by:
getTagsin interfaceCfnCertificateProviderMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-