Modifier and Type | Method and Description |
---|---|
Include |
build() |
static Include.Builder |
create(software.constructs.Construct scope,
String id) |
Include.Builder |
url(String url)
Local file path or URL which includes a Kubernetes YAML manifest.
|
@Stability(value=Stable) public static Include.Builder create(software.constructs.Construct scope, String id)
scope
- This parameter is required.id
- This parameter is required.Include.Builder
.@Stability(value=Stable) public Include.Builder url(String url)
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 mymanifest.getYaml();
url
- Local file path or URL which includes a Kubernetes YAML manifest. This parameter is required.this
Copyright © 2021. All rights reserved.