@Stability(value=Stable)
public static interface CfnConfigurationTemplate.SourceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
An AWS Elastic Beanstalk configuration template to base a new one on. You can use it to define a AWS::ElasticBeanstalk::ConfigurationTemplate resource.
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.elasticbeanstalk.*;
SourceConfigurationProperty sourceConfigurationProperty = SourceConfigurationProperty.builder()
.applicationName("applicationName")
.templateName("templateName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationTemplate.SourceConfigurationProperty.Builder
A builder for
CfnConfigurationTemplate.SourceConfigurationProperty |
static class |
CfnConfigurationTemplate.SourceConfigurationProperty.Jsii$Proxy
An implementation for
CfnConfigurationTemplate.SourceConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationTemplate.SourceConfigurationProperty.Builder |
builder() |
String |
getApplicationName()
The name of the application associated with the configuration.
|
String |
getTemplateName()
The name of the configuration template.
|
@Stability(value=Stable) @NotNull String getApplicationName()
@Stability(value=Stable) @NotNull String getTemplateName()
@Stability(value=Stable) static CfnConfigurationTemplate.SourceConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.