@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-07T22:41:00.178Z") @Stability(value=Stable) public interface IncludeProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
IncludeProps.Builder
A builder for
IncludeProps |
static class |
IncludeProps.Jsii$Proxy
An implementation for
IncludeProps |
Modifier and Type | Method and Description |
---|---|
static IncludeProps.Builder |
builder() |
String |
getUrl()
Local file path or URL which includes a Kubernetes YAML manifest.
|
@Stability(value=Stable) @NotNull String getUrl()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 mymanifest.getYaml();
@Stability(value=Stable) static IncludeProps.Builder builder()
IncludeProps.Builder
of IncludeProps
Copyright © 2021. All rights reserved.