@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:17.043Z") @Stability(value=Stable) public class CfnLaunchNotificationConstraint extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnLaunchNotificationConstraint.Builder
A fluent builder for
CfnLaunchNotificationConstraint. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnLaunchNotificationConstraint(Construct scope,
String id,
CfnLaunchNotificationConstraintProps props)
Create a new `AWS::ServiceCatalog::LaunchNotificationConstraint`.
|
protected |
CfnLaunchNotificationConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLaunchNotificationConstraint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::ServiceCatalog::LaunchNotificationConstraint.Description`.
|
List<String> |
getNotificationArns()
`AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceptLanguage(String value)
`AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`.
|
void |
setDescription(String value)
`AWS::ServiceCatalog::LaunchNotificationConstraint.Description`.
|
void |
setNotificationArns(List<String> value)
`AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns`.
|
void |
setPortfolioId(String value)
`AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId`.
|
void |
setProductId(String value)
`AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLaunchNotificationConstraint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLaunchNotificationConstraint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnLaunchNotificationConstraint(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnLaunchNotificationConstraintProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public List<String> getNotificationArns()
@Stability(value=Stable)
public void setNotificationArns(@NotNull
List<String> value)
@Stability(value=Stable) @NotNull public String getPortfolioId()
@Stability(value=Stable)
public void setPortfolioId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getProductId()
@Stability(value=Stable)
public void setProductId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAcceptLanguage()
@Stability(value=Stable)
public void setAcceptLanguage(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
Copyright © 2021. All rights reserved.