@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.896Z") @Stability(value=Experimental) public interface CloudFormationTemplateConfig extends software.amazon.jsii.JsiiSerializable
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.servicecatalog.*;
CloudFormationTemplateConfig cloudFormationTemplateConfig = CloudFormationTemplateConfig.builder()
.httpUrl("httpUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFormationTemplateConfig.Builder
A builder for
CloudFormationTemplateConfig |
static class |
CloudFormationTemplateConfig.Jsii$Proxy
An implementation for
CloudFormationTemplateConfig |
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationTemplateConfig.Builder |
builder() |
String |
getHttpUrl()
(experimental) The http url of the template in S3.
|
@Stability(value=Experimental) @NotNull String getHttpUrl()
@Stability(value=Experimental) static CloudFormationTemplateConfig.Builder builder()
Copyright © 2022. All rights reserved.