Class EndpointArgs
Inherited Members
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 EndpointArgs : ResourceArgs
Constructors
View SourceEndpointArgs()
Declaration
public EndpointArgs()
Properties
View SourceEndpointConfigName
The name of the endpoint configuration to use.
Declaration
public Input<string> EndpointConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |