@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.792Z") @Stability(value=Stable) public class CfnApp extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnApp.AutoBranchCreationConfigProperty |
static interface |
CfnApp.BasicAuthConfigProperty |
static class |
CfnApp.Builder
A fluent builder for
CfnApp. |
static interface |
CfnApp.CustomRuleProperty |
static interface |
CfnApp.EnvironmentVariableProperty |
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::Amplify::App`.
|
protected |
CfnApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnApp(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
`AWS::Amplify::App.AccessToken`.
|
String |
getAttrAppId() |
String |
getAttrAppName() |
String |
getAttrArn() |
String |
getAttrDefaultDomain() |
Object |
getAutoBranchCreationConfig()
`AWS::Amplify::App.AutoBranchCreationConfig`.
|
Object |
getBasicAuthConfig()
`AWS::Amplify::App.BasicAuthConfig`.
|
String |
getBuildSpec()
`AWS::Amplify::App.BuildSpec`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getCustomHeaders()
`AWS::Amplify::App.CustomHeaders`.
|
Object |
getCustomRules()
`AWS::Amplify::App.CustomRules`.
|
String |
getDescription()
`AWS::Amplify::App.Description`.
|
Object |
getEnableBranchAutoDeletion()
`AWS::Amplify::App.EnableBranchAutoDeletion`.
|
Object |
getEnvironmentVariables()
`AWS::Amplify::App.EnvironmentVariables`.
|
String |
getIamServiceRole()
`AWS::Amplify::App.IAMServiceRole`.
|
String |
getName()
`AWS::Amplify::App.Name`.
|
String |
getOauthToken()
`AWS::Amplify::App.OauthToken`.
|
String |
getRepository()
`AWS::Amplify::App.Repository`.
|
TagManager |
getTags()
`AWS::Amplify::App.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessToken(String value)
`AWS::Amplify::App.AccessToken`.
|
void |
setAutoBranchCreationConfig(CfnApp.AutoBranchCreationConfigProperty value)
`AWS::Amplify::App.AutoBranchCreationConfig`.
|
void |
setAutoBranchCreationConfig(IResolvable value)
`AWS::Amplify::App.AutoBranchCreationConfig`.
|
void |
setBasicAuthConfig(CfnApp.BasicAuthConfigProperty value)
`AWS::Amplify::App.BasicAuthConfig`.
|
void |
setBasicAuthConfig(IResolvable value)
`AWS::Amplify::App.BasicAuthConfig`.
|
void |
setBuildSpec(String value)
`AWS::Amplify::App.BuildSpec`.
|
void |
setCustomHeaders(String value)
`AWS::Amplify::App.CustomHeaders`.
|
void |
setCustomRules(IResolvable value)
`AWS::Amplify::App.CustomRules`.
|
void |
setCustomRules(List<Object> value)
`AWS::Amplify::App.CustomRules`.
|
void |
setDescription(String value)
`AWS::Amplify::App.Description`.
|
void |
setEnableBranchAutoDeletion(Boolean value)
`AWS::Amplify::App.EnableBranchAutoDeletion`.
|
void |
setEnableBranchAutoDeletion(IResolvable value)
`AWS::Amplify::App.EnableBranchAutoDeletion`.
|
void |
setEnvironmentVariables(IResolvable value)
`AWS::Amplify::App.EnvironmentVariables`.
|
void |
setEnvironmentVariables(List<Object> value)
`AWS::Amplify::App.EnvironmentVariables`.
|
void |
setIamServiceRole(String value)
`AWS::Amplify::App.IAMServiceRole`.
|
void |
setName(String value)
`AWS::Amplify::App.Name`.
|
void |
setOauthToken(String value)
`AWS::Amplify::App.OauthToken`.
|
void |
setRepository(String value)
`AWS::Amplify::App.Repository`.
|
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 public String getAttrAppId()
@Stability(value=Stable) @NotNull public String getAttrAppName()
@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrDefaultDomain()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAccessToken()
@Stability(value=Stable)
public void setAccessToken(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getAutoBranchCreationConfig()
@Stability(value=Stable)
public void setAutoBranchCreationConfig(@Nullable
CfnApp.AutoBranchCreationConfigProperty value)
@Stability(value=Stable)
public void setAutoBranchCreationConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getBasicAuthConfig()
@Stability(value=Stable)
public void setBasicAuthConfig(@Nullable
CfnApp.BasicAuthConfigProperty value)
@Stability(value=Stable)
public void setBasicAuthConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getBuildSpec()
@Stability(value=Stable)
public void setBuildSpec(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCustomHeaders()
@Stability(value=Stable)
public void setCustomHeaders(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getCustomRules()
@Stability(value=Stable)
public void setCustomRules(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setCustomRules(@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 Object getEnableBranchAutoDeletion()
@Stability(value=Stable)
public void setEnableBranchAutoDeletion(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnableBranchAutoDeletion(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getEnvironmentVariables()
@Stability(value=Stable)
public void setEnvironmentVariables(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setEnvironmentVariables(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getIamServiceRole()
@Stability(value=Stable)
public void setIamServiceRole(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getOauthToken()
@Stability(value=Stable)
public void setOauthToken(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRepository()
@Stability(value=Stable)
public void setRepository(@Nullable
String value)
Copyright © 2021. All rights reserved.