@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.848Z") @Stability(value=Stable) public class CfnApp extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnApp.Builder
A fluent builder for
CfnApp. |
static interface |
CfnApp.DataSourceProperty |
static interface |
CfnApp.EnvironmentVariableProperty |
static interface |
CfnApp.SourceProperty |
static interface |
CfnApp.SslConfigurationProperty |
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 |
|---|---|
|
CfnApp(software.constructs.Construct scope,
String id,
CfnAppProps props)
Create a new `AWS::OpsWorks::App`.
|
protected |
CfnApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnApp(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAppSource()
`AWS::OpsWorks::App.AppSource`.
|
Object |
getAttributes()
`AWS::OpsWorks::App.Attributes`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDataSources()
`AWS::OpsWorks::App.DataSources`.
|
String |
getDescription()
`AWS::OpsWorks::App.Description`.
|
List<String> |
getDomains()
`AWS::OpsWorks::App.Domains`.
|
Object |
getEnableSsl()
`AWS::OpsWorks::App.EnableSsl`.
|
Object |
getEnvironment()
`AWS::OpsWorks::App.Environment`.
|
String |
getName()
`AWS::OpsWorks::App.Name`.
|
String |
getShortname()
`AWS::OpsWorks::App.Shortname`.
|
Object |
getSslConfiguration()
`AWS::OpsWorks::App.SslConfiguration`.
|
String |
getStackId()
`AWS::OpsWorks::App.StackId`.
|
String |
getType()
`AWS::OpsWorks::App.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAppSource(CfnApp.SourceProperty value)
`AWS::OpsWorks::App.AppSource`.
|
void |
setAppSource(IResolvable value)
`AWS::OpsWorks::App.AppSource`.
|
void |
setAttributes(IResolvable value)
`AWS::OpsWorks::App.Attributes`.
|
void |
setAttributes(Map<String,String> value)
`AWS::OpsWorks::App.Attributes`.
|
void |
setDataSources(IResolvable value)
`AWS::OpsWorks::App.DataSources`.
|
void |
setDataSources(List<Object> value)
`AWS::OpsWorks::App.DataSources`.
|
void |
setDescription(String value)
`AWS::OpsWorks::App.Description`.
|
void |
setDomains(List<String> value)
`AWS::OpsWorks::App.Domains`.
|
void |
setEnableSsl(Boolean value)
`AWS::OpsWorks::App.EnableSsl`.
|
void |
setEnableSsl(IResolvable value)
`AWS::OpsWorks::App.EnableSsl`.
|
void |
setEnvironment(IResolvable value)
`AWS::OpsWorks::App.Environment`.
|
void |
setEnvironment(List<Object> value)
`AWS::OpsWorks::App.Environment`.
|
void |
setName(String value)
`AWS::OpsWorks::App.Name`.
|
void |
setShortname(String value)
`AWS::OpsWorks::App.Shortname`.
|
void |
setSslConfiguration(CfnApp.SslConfigurationProperty value)
`AWS::OpsWorks::App.SslConfiguration`.
|
void |
setSslConfiguration(IResolvable value)
`AWS::OpsWorks::App.SslConfiguration`.
|
void |
setStackId(String value)
`AWS::OpsWorks::App.StackId`.
|
void |
setType(String value)
`AWS::OpsWorks::App.Type`.
|
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 CfnApp(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnApp(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnAppProps 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 String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getStackId()
@Stability(value=Stable)
public void setStackId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAppSource()
@Stability(value=Stable)
public void setAppSource(@Nullable
CfnApp.SourceProperty value)
@Stability(value=Stable)
public void setAppSource(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getAttributes()
@Stability(value=Stable)
public void setAttributes(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setAttributes(@Nullable
Map<String,String> value)
@Stability(value=Stable) @Nullable public Object getDataSources()
@Stability(value=Stable)
public void setDataSources(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setDataSources(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getDomains()
@Stability(value=Stable)
public void setDomains(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getEnableSsl()
@Stability(value=Stable)
public void setEnableSsl(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnableSsl(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getEnvironment()
@Stability(value=Stable)
public void setEnvironment(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setEnvironment(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getShortname()
@Stability(value=Stable)
public void setShortname(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getSslConfiguration()
@Stability(value=Stable)
public void setSslConfiguration(@Nullable
CfnApp.SslConfigurationProperty value)
@Stability(value=Stable)
public void setSslConfiguration(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.