@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.995Z") @Stability(value=Stable) public interface CfnHookTypeConfigProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudformation.*;
CfnHookTypeConfigProps cfnHookTypeConfigProps = CfnHookTypeConfigProps.builder()
.configuration("configuration")
// the properties below are optional
.configurationAlias("configurationAlias")
.typeArn("typeArn")
.typeName("typeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHookTypeConfigProps.Builder
A builder for
CfnHookTypeConfigProps |
static class |
CfnHookTypeConfigProps.Jsii$Proxy
An implementation for
CfnHookTypeConfigProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnHookTypeConfigProps.Builder |
builder() |
String |
getConfiguration()
Specifies the activated hook type configuration, in this AWS account and AWS Region .
|
default String |
getConfigurationAlias()
Specifies the activated hook type configuration, in this AWS account and AWS Region .
|
default String |
getTypeArn()
The Amazon Resource Number (ARN) for the hook to set `Configuration` for.
|
default String |
getTypeName()
The unique name for your hook.
|
@Stability(value=Stable) @NotNull String getConfiguration()
You must specify either TypeName and Configuration or TypeARN and Configuration .
@Stability(value=Stable) @Nullable default String getConfigurationAlias()
Defaults to default alias. Hook types currently support default configuration alias.
@Stability(value=Stable) @Nullable default String getTypeArn()
You must specify either TypeName and Configuration or TypeARN and Configuration .
@Stability(value=Stable) @Nullable default String getTypeName()
Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook .
You must specify either TypeName and Configuration or TypeARN and Configuration .
@Stability(value=Stable) static CfnHookTypeConfigProps.Builder builder()
CfnHookTypeConfigProps.Builder of CfnHookTypeConfigPropsCopyright © 2022. All rights reserved.