@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.048Z") @Stability(value=Stable) public class CfnService extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnService.Builder
A fluent builder for
CfnService. |
static interface |
CfnService.DnsConfigProperty |
static interface |
CfnService.DnsRecordProperty |
static interface |
CfnService.HealthCheckConfigProperty |
static interface |
CfnService.HealthCheckCustomConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnService(software.constructs.Construct scope,
String id)
Create a new `AWS::ServiceDiscovery::Service`.
|
|
CfnService(software.constructs.Construct scope,
String id,
CfnServiceProps props)
Create a new `AWS::ServiceDiscovery::Service`.
|
protected |
CfnService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnService(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
String |
getAttrName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::ServiceDiscovery::Service.Description`.
|
Object |
getDnsConfig()
`AWS::ServiceDiscovery::Service.DnsConfig`.
|
Object |
getHealthCheckConfig()
`AWS::ServiceDiscovery::Service.HealthCheckConfig`.
|
Object |
getHealthCheckCustomConfig()
`AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.
|
String |
getName()
`AWS::ServiceDiscovery::Service.Name`.
|
String |
getNamespaceId()
`AWS::ServiceDiscovery::Service.NamespaceId`.
|
TagManager |
getTags()
`AWS::ServiceDiscovery::Service.Tags`.
|
String |
getType()
`AWS::ServiceDiscovery::Service.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::ServiceDiscovery::Service.Description`.
|
void |
setDnsConfig(CfnService.DnsConfigProperty value)
`AWS::ServiceDiscovery::Service.DnsConfig`.
|
void |
setDnsConfig(IResolvable value)
`AWS::ServiceDiscovery::Service.DnsConfig`.
|
void |
setHealthCheckConfig(CfnService.HealthCheckConfigProperty value)
`AWS::ServiceDiscovery::Service.HealthCheckConfig`.
|
void |
setHealthCheckConfig(IResolvable value)
`AWS::ServiceDiscovery::Service.HealthCheckConfig`.
|
void |
setHealthCheckCustomConfig(CfnService.HealthCheckCustomConfigProperty value)
`AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.
|
void |
setHealthCheckCustomConfig(IResolvable value)
`AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.
|
void |
setName(String value)
`AWS::ServiceDiscovery::Service.Name`.
|
void |
setNamespaceId(String value)
`AWS::ServiceDiscovery::Service.NamespaceId`.
|
void |
setType(String value)
`AWS::ServiceDiscovery::Service.Type`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnService(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnService(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnServiceProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnService(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDnsConfig()
@Stability(value=Stable)
public void setDnsConfig(@Nullable
CfnService.DnsConfigProperty value)
@Stability(value=Stable)
public void setDnsConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getHealthCheckConfig()
@Stability(value=Stable)
public void setHealthCheckConfig(@Nullable
CfnService.HealthCheckConfigProperty value)
@Stability(value=Stable)
public void setHealthCheckConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getHealthCheckCustomConfig()
@Stability(value=Stable)
public void setHealthCheckCustomConfig(@Nullable
CfnService.HealthCheckCustomConfigProperty value)
@Stability(value=Stable)
public void setHealthCheckCustomConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getNamespaceId()
@Stability(value=Stable)
public void setNamespaceId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getType()
@Stability(value=Stable)
public void setType(@Nullable
String value)
Copyright © 2021. All rights reserved.