Class CfnCodeSecurityIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSecurityIntegrationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSecurityIntegrationProps
@Stability(Stable)
@Internal
public static final class CfnCodeSecurityIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSecurityIntegrationProps
An implementation for
CfnCodeSecurityIntegrationProps-
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.services.inspectorv2.CfnCodeSecurityIntegrationProps
CfnCodeSecurityIntegrationProps.Builder, CfnCodeSecurityIntegrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeSecurityIntegrationProps.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 booleanfinal ObjectContains details required to create a code security integration with a specific repository provider.final StringgetName()The name of the code security integration.getTags()The tags to apply to the code security integration.final StringgetType()The type of repository provider for the integration.final ObjectThe updated integration details specific to the repository provider type.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 theCfnCodeSecurityIntegrationProps.Builder.
-
-
Method Details
-
getCreateIntegrationDetails
Description copied from interface:CfnCodeSecurityIntegrationPropsContains details required to create a code security integration with a specific repository provider.Returns union: either
IResolvableorCfnCodeSecurityIntegration.CreateDetailsProperty- Specified by:
getCreateIntegrationDetailsin interfaceCfnCodeSecurityIntegrationProps- See Also:
-
getName
Description copied from interface:CfnCodeSecurityIntegrationPropsThe name of the code security integration.- Specified by:
getNamein interfaceCfnCodeSecurityIntegrationProps- See Also:
-
getTags
Description copied from interface:CfnCodeSecurityIntegrationPropsThe tags to apply to the code security integration.- Specified by:
getTagsin interfaceCfnCodeSecurityIntegrationProps- See Also:
-
getType
Description copied from interface:CfnCodeSecurityIntegrationPropsThe type of repository provider for the integration.- Specified by:
getTypein interfaceCfnCodeSecurityIntegrationProps- See Also:
-
getUpdateIntegrationDetails
Description copied from interface:CfnCodeSecurityIntegrationPropsThe updated integration details specific to the repository provider type.Returns union: either
IResolvableorCfnCodeSecurityIntegration.UpdateDetailsProperty- Specified by:
getUpdateIntegrationDetailsin interfaceCfnCodeSecurityIntegrationProps- 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()
-