@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.049Z") @Stability(value=Stable) public interface CfnServiceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServiceProps.Builder
A builder for
CfnServiceProps |
static class |
CfnServiceProps.Jsii$Proxy
An implementation for
CfnServiceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServiceProps.Builder |
builder() |
default String |
getDescription()
`AWS::ServiceDiscovery::Service.Description`.
|
default Object |
getDnsConfig()
`AWS::ServiceDiscovery::Service.DnsConfig`.
|
default Object |
getHealthCheckConfig()
`AWS::ServiceDiscovery::Service.HealthCheckConfig`.
|
default Object |
getHealthCheckCustomConfig()
`AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.
|
default String |
getName()
`AWS::ServiceDiscovery::Service.Name`.
|
default String |
getNamespaceId()
`AWS::ServiceDiscovery::Service.NamespaceId`.
|
default List<CfnTag> |
getTags()
`AWS::ServiceDiscovery::Service.Tags`.
|
default String |
getType()
`AWS::ServiceDiscovery::Service.Type`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getDnsConfig()
@Stability(value=Stable) @Nullable default Object getHealthCheckConfig()
@Stability(value=Stable) @Nullable default Object getHealthCheckCustomConfig()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getNamespaceId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnServiceProps.Builder builder()
CfnServiceProps.Builder of CfnServicePropsCopyright © 2021. All rights reserved.