Show / Hide Table of Contents

Class EndpointState

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Sagemaker
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointState : ResourceArgs

Constructors

View Source

EndpointState()

Declaration
public EndpointState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) assigned by AWS to this endpoint.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EndpointConfigName

The name of the endpoint configuration to use.

Declaration
public Input<string> EndpointConfigName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the endpoint. If omitted, this provider will assign a random, unique name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.