@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.296Z") @Stability(value=Stable) public class CfnEndpointGroup extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEndpointGroup.Builder
A fluent builder for
CfnEndpointGroup. |
static interface |
CfnEndpointGroup.EndpointConfigurationProperty |
static interface |
CfnEndpointGroup.PortOverrideProperty |
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 |
|---|---|
|
CfnEndpointGroup(software.constructs.Construct scope,
String id,
CfnEndpointGroupProps props)
Create a new `AWS::GlobalAccelerator::EndpointGroup`.
|
protected |
CfnEndpointGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEndpointGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrEndpointGroupArn() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getEndpointConfigurations()
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
String |
getEndpointGroupRegion()
`AWS::GlobalAccelerator::EndpointGroup.EndpointGroupRegion`.
|
Number |
getHealthCheckIntervalSeconds()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckIntervalSeconds`.
|
String |
getHealthCheckPath()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPath`.
|
Number |
getHealthCheckPort()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPort`.
|
String |
getHealthCheckProtocol()
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckProtocol`.
|
String |
getListenerArn()
`AWS::GlobalAccelerator::EndpointGroup.ListenerArn`.
|
Object |
getPortOverrides()
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
Number |
getThresholdCount()
`AWS::GlobalAccelerator::EndpointGroup.ThresholdCount`.
|
Number |
getTrafficDialPercentage()
`AWS::GlobalAccelerator::EndpointGroup.TrafficDialPercentage`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEndpointConfigurations(IResolvable value)
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
void |
setEndpointConfigurations(List<Object> value)
`AWS::GlobalAccelerator::EndpointGroup.EndpointConfigurations`.
|
void |
setEndpointGroupRegion(String value)
`AWS::GlobalAccelerator::EndpointGroup.EndpointGroupRegion`.
|
void |
setHealthCheckIntervalSeconds(Number value)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckIntervalSeconds`.
|
void |
setHealthCheckPath(String value)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPath`.
|
void |
setHealthCheckPort(Number value)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckPort`.
|
void |
setHealthCheckProtocol(String value)
`AWS::GlobalAccelerator::EndpointGroup.HealthCheckProtocol`.
|
void |
setListenerArn(String value)
`AWS::GlobalAccelerator::EndpointGroup.ListenerArn`.
|
void |
setPortOverrides(IResolvable value)
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
void |
setPortOverrides(List<Object> value)
`AWS::GlobalAccelerator::EndpointGroup.PortOverrides`.
|
void |
setThresholdCount(Number value)
`AWS::GlobalAccelerator::EndpointGroup.ThresholdCount`.
|
void |
setTrafficDialPercentage(Number value)
`AWS::GlobalAccelerator::EndpointGroup.TrafficDialPercentage`.
|
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 CfnEndpointGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEndpointGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEndpointGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnEndpointGroupProps 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. 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 getAttrEndpointGroupArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getEndpointGroupRegion()
@Stability(value=Stable)
public void setEndpointGroupRegion(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getListenerArn()
@Stability(value=Stable)
public void setListenerArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getEndpointConfigurations()
@Stability(value=Stable)
public void setEndpointConfigurations(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setEndpointConfigurations(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getHealthCheckIntervalSeconds()
@Stability(value=Stable)
public void setHealthCheckIntervalSeconds(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getHealthCheckPath()
@Stability(value=Stable)
public void setHealthCheckPath(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getHealthCheckPort()
@Stability(value=Stable)
public void setHealthCheckPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getHealthCheckProtocol()
@Stability(value=Stable)
public void setHealthCheckProtocol(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getPortOverrides()
@Stability(value=Stable)
public void setPortOverrides(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setPortOverrides(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Number getThresholdCount()
@Stability(value=Stable)
public void setThresholdCount(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getTrafficDialPercentage()
@Stability(value=Stable)
public void setTrafficDialPercentage(@Nullable
Number value)
Copyright © 2021. All rights reserved.