Interface IEndpoint.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEndpoint,IEndpointRef,IEndpointRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEndpoint.Jsii$Default
- All Known Implementing Classes:
IEndpoint.Jsii$Proxy,IEndpoint.Jsii$Proxy
- Enclosing interface:
IEndpoint
@Internal
public static interface IEndpoint.Jsii$Default
extends IEndpoint, IResource.Jsii$Default, IEndpointRef.Jsii$Default
Internal default implementation for
IEndpoint.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.IEndpoint
IEndpoint.Jsii$Default, IEndpoint.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.sagemaker.IEndpointRef
IEndpointRef.Jsii$Default, IEndpointRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the endpoint.default StringThe name of the endpoint.default GrantgrantInvoke(IGrantable grantee) Permits an IAM principal to invoke this endpoint.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.sagemaker.IEndpointRef.Jsii$Default
getEndpointRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndpointArn
The ARN of the endpoint.- Specified by:
getEndpointArnin interfaceIEndpoint
-
getEndpointName
The name of the endpoint.- Specified by:
getEndpointNamein interfaceIEndpoint
-
grantInvoke
Permits an IAM principal to invoke this endpoint.- Specified by:
grantInvokein interfaceIEndpoint- Parameters:
grantee- The principal to grant access to. This parameter is required.
-