Class CfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebhookPropsMixin.WebhookAuthConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebhookPropsMixin.WebhookAuthConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebhookPropsMixin.WebhookAuthConfigurationProperty
An implementation for
CfnWebhookPropsMixin.WebhookAuthConfigurationProperty-
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.codepipeline.CfnWebhookPropsMixin.WebhookAuthConfigurationProperty
CfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Builder, CfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnWebhookPropsMixin.WebhookAuthConfigurationProperty.Builder.
-
-
Method Details
-
getAllowedIpRange
Description copied from interface:CfnWebhookPropsMixin.WebhookAuthConfigurationPropertyThe property used to configure acceptance of webhooks in an IP address range.For IP, only the
AllowedIPRangeproperty must be set. This property must be set to a valid CIDR range.- Specified by:
getAllowedIpRangein interfaceCfnWebhookPropsMixin.WebhookAuthConfigurationProperty- See Also:
-
getSecretToken
Description copied from interface:CfnWebhookPropsMixin.WebhookAuthConfigurationPropertyThe property used to configure GitHub authentication. For GITHUB_HMAC, only theSecretTokenproperty must be set.When creating CodePipeline webhooks, do not use your own credentials or reuse the same secret token across multiple webhooks. For optimal security, generate a unique secret token for each webhook you create. The secret token is an arbitrary string that you provide, which GitHub uses to compute and sign the webhook payloads sent to CodePipeline, for protecting the integrity and authenticity of the webhook payloads. Using your own credentials or reusing the same token across multiple webhooks can lead to security vulnerabilities. > If a secret token was provided, it will be redacted in the response.
- Specified by:
getSecretTokenin interfaceCfnWebhookPropsMixin.WebhookAuthConfigurationProperty- 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()
-