@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.945Z") @Stability(value=Stable) public class CfnEndpoint extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnEndpoint.AlarmProperty |
static interface |
CfnEndpoint.AutoRollbackConfigProperty |
static interface |
CfnEndpoint.BlueGreenUpdatePolicyProperty |
static class |
CfnEndpoint.Builder
A fluent builder for
CfnEndpoint. |
static interface |
CfnEndpoint.CapacitySizeProperty |
static interface |
CfnEndpoint.DeploymentConfigProperty |
static interface |
CfnEndpoint.TrafficRoutingConfigProperty |
static interface |
CfnEndpoint.VariantPropertyProperty |
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 |
|---|---|
|
CfnEndpoint(software.constructs.Construct scope,
String id,
CfnEndpointProps props)
Create a new `AWS::SageMaker::Endpoint`.
|
protected |
CfnEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrEndpointName() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeploymentConfig()
`AWS::SageMaker::Endpoint.DeploymentConfig`.
|
String |
getEndpointConfigName()
`AWS::SageMaker::Endpoint.EndpointConfigName`.
|
String |
getEndpointName()
`AWS::SageMaker::Endpoint.EndpointName`.
|
Object |
getExcludeRetainedVariantProperties()
`AWS::SageMaker::Endpoint.ExcludeRetainedVariantProperties`.
|
Object |
getRetainAllVariantProperties()
`AWS::SageMaker::Endpoint.RetainAllVariantProperties`.
|
TagManager |
getTags()
`AWS::SageMaker::Endpoint.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeploymentConfig(CfnEndpoint.DeploymentConfigProperty value)
`AWS::SageMaker::Endpoint.DeploymentConfig`.
|
void |
setDeploymentConfig(IResolvable value)
`AWS::SageMaker::Endpoint.DeploymentConfig`.
|
void |
setEndpointConfigName(String value)
`AWS::SageMaker::Endpoint.EndpointConfigName`.
|
void |
setEndpointName(String value)
`AWS::SageMaker::Endpoint.EndpointName`.
|
void |
setExcludeRetainedVariantProperties(IResolvable value)
`AWS::SageMaker::Endpoint.ExcludeRetainedVariantProperties`.
|
void |
setExcludeRetainedVariantProperties(List<Object> value)
`AWS::SageMaker::Endpoint.ExcludeRetainedVariantProperties`.
|
void |
setRetainAllVariantProperties(Boolean value)
`AWS::SageMaker::Endpoint.RetainAllVariantProperties`.
|
void |
setRetainAllVariantProperties(IResolvable value)
`AWS::SageMaker::Endpoint.RetainAllVariantProperties`.
|
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 CfnEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEndpoint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnEndpointProps 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 getAttrEndpointName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getEndpointConfigName()
@Stability(value=Stable)
public void setEndpointConfigName(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDeploymentConfig()
@Stability(value=Stable)
public void setDeploymentConfig(@Nullable
CfnEndpoint.DeploymentConfigProperty value)
@Stability(value=Stable)
public void setDeploymentConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getEndpointName()
@Stability(value=Stable)
public void setEndpointName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getExcludeRetainedVariantProperties()
@Stability(value=Stable)
public void setExcludeRetainedVariantProperties(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setExcludeRetainedVariantProperties(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getRetainAllVariantProperties()
@Stability(value=Stable)
public void setRetainAllVariantProperties(@Nullable
Boolean value)
@Stability(value=Stable)
public void setRetainAllVariantProperties(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.