@aws-cdk_aws-sagemaker-alpha.EndpointAttributes

interface EndpointAttributes 🔹

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.Alpha.EndpointAttributes
Gogithub.com/aws/aws-cdk-go/awscdksagemakeralpha/v2#EndpointAttributes
Javasoftware.amazon.awscdk.services.sagemaker.alpha.EndpointAttributes
Pythonaws_cdk.aws_sagemaker_alpha.EndpointAttributes
TypeScript (source)@aws-cdk/aws-sagemaker-alpha » EndpointAttributes

Represents an Endpoint resource defined outside this stack.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker_alpha from '@aws-cdk/aws-sagemaker-alpha';
const endpointAttributes: sagemaker_alpha.EndpointAttributes = {
  endpointArn: 'endpointArn',
};

Properties

NameTypeDescription
endpointArn🔹stringThe ARN of this endpoint.

endpointArn🔹

Type: string

The ARN of this endpoint.