interface EndpointAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.Alpha.EndpointAttributes |
Go | github.com/aws/aws-cdk-go/awscdksagemakeralpha/v2#EndpointAttributes |
Java | software.amazon.awscdk.services.sagemaker.alpha.EndpointAttributes |
Python | aws_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
Name | Type | Description |
---|---|---|
endpoint | string | The ARN of this endpoint. |
endpointArn
Type:
string
The ARN of this endpoint.