@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.606Z") @Stability(value=Stable) public class CfnWebhook extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnWebhook.Builder
A fluent builder for
CfnWebhook. |
static interface |
CfnWebhook.WebhookAuthConfigurationProperty |
static interface |
CfnWebhook.WebhookFilterRuleProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnWebhook(software.constructs.Construct scope,
String id,
CfnWebhookProps props)
Create a new `AWS::CodePipeline::Webhook`.
|
protected |
CfnWebhook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnWebhook(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrUrl() |
String |
getAuthentication()
`AWS::CodePipeline::Webhook.Authentication`.
|
Object |
getAuthenticationConfiguration()
`AWS::CodePipeline::Webhook.AuthenticationConfiguration`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getFilters()
`AWS::CodePipeline::Webhook.Filters`.
|
String |
getName()
`AWS::CodePipeline::Webhook.Name`.
|
Object |
getRegisterWithThirdParty()
`AWS::CodePipeline::Webhook.RegisterWithThirdParty`.
|
String |
getTargetAction()
`AWS::CodePipeline::Webhook.TargetAction`.
|
String |
getTargetPipeline()
`AWS::CodePipeline::Webhook.TargetPipeline`.
|
Number |
getTargetPipelineVersion()
`AWS::CodePipeline::Webhook.TargetPipelineVersion`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuthentication(String value)
`AWS::CodePipeline::Webhook.Authentication`.
|
void |
setAuthenticationConfiguration(CfnWebhook.WebhookAuthConfigurationProperty value)
`AWS::CodePipeline::Webhook.AuthenticationConfiguration`.
|
void |
setAuthenticationConfiguration(IResolvable value)
`AWS::CodePipeline::Webhook.AuthenticationConfiguration`.
|
void |
setFilters(IResolvable value)
`AWS::CodePipeline::Webhook.Filters`.
|
void |
setFilters(List<Object> value)
`AWS::CodePipeline::Webhook.Filters`.
|
void |
setName(String value)
`AWS::CodePipeline::Webhook.Name`.
|
void |
setRegisterWithThirdParty(Boolean value)
`AWS::CodePipeline::Webhook.RegisterWithThirdParty`.
|
void |
setRegisterWithThirdParty(IResolvable value)
`AWS::CodePipeline::Webhook.RegisterWithThirdParty`.
|
void |
setTargetAction(String value)
`AWS::CodePipeline::Webhook.TargetAction`.
|
void |
setTargetPipeline(String value)
`AWS::CodePipeline::Webhook.TargetPipeline`.
|
void |
setTargetPipelineVersion(Number value)
`AWS::CodePipeline::Webhook.TargetPipelineVersion`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnWebhook(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnWebhook(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnWebhook(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnWebhookProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrUrl()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getAuthentication()
@Stability(value=Stable)
public void setAuthentication(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getAuthenticationConfiguration()
@Stability(value=Stable)
public void setAuthenticationConfiguration(@NotNull
CfnWebhook.WebhookAuthConfigurationProperty value)
@Stability(value=Stable)
public void setAuthenticationConfiguration(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public Object getFilters()
@Stability(value=Stable)
public void setFilters(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setFilters(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getTargetAction()
@Stability(value=Stable)
public void setTargetAction(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTargetPipeline()
@Stability(value=Stable)
public void setTargetPipeline(@NotNull
String value)
@Stability(value=Stable) @NotNull public Number getTargetPipelineVersion()
@Stability(value=Stable)
public void setTargetPipelineVersion(@NotNull
Number value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getRegisterWithThirdParty()
@Stability(value=Stable)
public void setRegisterWithThirdParty(@Nullable
Boolean value)
@Stability(value=Stable)
public void setRegisterWithThirdParty(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.