@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.275Z") @Stability(value=External) public class CfnEventBus extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEventBus.Builder
A fluent builder for
CfnEventBus. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
|---|---|
|
CfnEventBus(Construct scope,
String id,
CfnEventBusProps props)
Create a new `AWS::Events::EventBus`.
|
protected |
CfnEventBus(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEventBus(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrName() |
String |
getAttrPolicy() |
protected Map<String,Object> |
getCfnProperties() |
String |
getEventSourceName()
`AWS::Events::EventBus.EventSourceName`.
|
String |
getName()
`AWS::Events::EventBus.Name`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEventSourceName(String value)
`AWS::Events::EventBus.EventSourceName`.
|
void |
setName(String value)
`AWS::Events::EventBus.Name`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEventBus(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEventBus(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnEventBus(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnEventBusProps 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=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=External) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=External) @NotNull public String getAttrArn()
@Stability(value=External) @NotNull public String getAttrName()
@Stability(value=External) @NotNull public String getAttrPolicy()
@Stability(value=External) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=External) @NotNull public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name@Stability(value=External)
public void setName(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-name@Stability(value=External) @Nullable public String getEventSourceName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcename@Stability(value=External)
public void setEventSourceName(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-eventbus.html#cfn-events-eventbus-eventsourcenameCopyright © 2020. All rights reserved.