Skip to content

Latest commit

 

History

History
2795 lines (1736 loc) · 127 KB

sagemakerWorkforce.csharp.md

File metadata and controls

2795 lines (1736 loc) · 127 KB

sagemakerWorkforce Submodule

Constructs

SagemakerWorkforce

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce aws_sagemaker_workforce}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforce(Construct Scope, string Id, SagemakerWorkforceConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config SagemakerWorkforceConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutCognitoConfig No description.
PutOidcConfig No description.
PutSourceIpConfig No description.
PutWorkforceVpcConfig No description.
ResetCognitoConfig No description.
ResetId No description.
ResetOidcConfig No description.
ResetSourceIpConfig No description.
ResetWorkforceVpcConfig No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutCognitoConfig
private void PutCognitoConfig(SagemakerWorkforceCognitoConfig Value)
ValueRequired

PutOidcConfig
private void PutOidcConfig(SagemakerWorkforceOidcConfig Value)
ValueRequired

PutSourceIpConfig
private void PutSourceIpConfig(SagemakerWorkforceSourceIpConfig Value)
ValueRequired

PutWorkforceVpcConfig
private void PutWorkforceVpcConfig(SagemakerWorkforceWorkforceVpcConfig Value)
ValueRequired

ResetCognitoConfig
private void ResetCognitoConfig()
ResetId
private void ResetId()
ResetOidcConfig
private void ResetOidcConfig()
ResetSourceIpConfig
private void ResetSourceIpConfig()
ResetWorkforceVpcConfig
private void ResetWorkforceVpcConfig()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a SagemakerWorkforce resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

SagemakerWorkforce.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Aws;

SagemakerWorkforce.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

SagemakerWorkforce.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

SagemakerWorkforce.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a SagemakerWorkforce resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the SagemakerWorkforce to import.


ImportFromIdRequired
  • Type: string

The id of the existing SagemakerWorkforce that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the SagemakerWorkforce to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Arn string No description.
CognitoConfig SagemakerWorkforceCognitoConfigOutputReference No description.
OidcConfig SagemakerWorkforceOidcConfigOutputReference No description.
SourceIpConfig SagemakerWorkforceSourceIpConfigOutputReference No description.
Subdomain string No description.
WorkforceVpcConfig SagemakerWorkforceWorkforceVpcConfigOutputReference No description.
CognitoConfigInput SagemakerWorkforceCognitoConfig No description.
IdInput string No description.
OidcConfigInput SagemakerWorkforceOidcConfig No description.
SourceIpConfigInput SagemakerWorkforceSourceIpConfig No description.
WorkforceNameInput string No description.
WorkforceVpcConfigInput SagemakerWorkforceWorkforceVpcConfig No description.
Id string No description.
WorkforceName string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

ArnRequired
public string Arn { get; }
  • Type: string

CognitoConfigRequired
public SagemakerWorkforceCognitoConfigOutputReference CognitoConfig { get; }

OidcConfigRequired
public SagemakerWorkforceOidcConfigOutputReference OidcConfig { get; }

SourceIpConfigRequired
public SagemakerWorkforceSourceIpConfigOutputReference SourceIpConfig { get; }

SubdomainRequired
public string Subdomain { get; }
  • Type: string

WorkforceVpcConfigRequired
public SagemakerWorkforceWorkforceVpcConfigOutputReference WorkforceVpcConfig { get; }

CognitoConfigInputOptional
public SagemakerWorkforceCognitoConfig CognitoConfigInput { get; }

IdInputOptional
public string IdInput { get; }
  • Type: string

OidcConfigInputOptional
public SagemakerWorkforceOidcConfig OidcConfigInput { get; }

SourceIpConfigInputOptional
public SagemakerWorkforceSourceIpConfig SourceIpConfigInput { get; }

WorkforceNameInputOptional
public string WorkforceNameInput { get; }
  • Type: string

WorkforceVpcConfigInputOptional
public SagemakerWorkforceWorkforceVpcConfig WorkforceVpcConfigInput { get; }

IdRequired
public string Id { get; }
  • Type: string

WorkforceNameRequired
public string WorkforceName { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

SagemakerWorkforceCognitoConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceCognitoConfig {
    string ClientId,
    string UserPool
};

Properties

Name Type Description
ClientId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.
UserPool string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#user_pool SagemakerWorkforce#user_pool}.

ClientIdRequired
public string ClientId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.


UserPoolRequired
public string UserPool { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#user_pool SagemakerWorkforce#user_pool}.


SagemakerWorkforceConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string WorkforceName,
    SagemakerWorkforceCognitoConfig CognitoConfig = null,
    string Id = null,
    SagemakerWorkforceOidcConfig OidcConfig = null,
    SagemakerWorkforceSourceIpConfig SourceIpConfig = null,
    SagemakerWorkforceWorkforceVpcConfig WorkforceVpcConfig = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
WorkforceName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#workforce_name SagemakerWorkforce#workforce_name}.
CognitoConfig SagemakerWorkforceCognitoConfig cognito_config block.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#id SagemakerWorkforce#id}.
OidcConfig SagemakerWorkforceOidcConfig oidc_config block.
SourceIpConfig SagemakerWorkforceSourceIpConfig source_ip_config block.
WorkforceVpcConfig SagemakerWorkforceWorkforceVpcConfig workforce_vpc_config block.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

WorkforceNameRequired
public string WorkforceName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#workforce_name SagemakerWorkforce#workforce_name}.


CognitoConfigOptional
public SagemakerWorkforceCognitoConfig CognitoConfig { get; set; }

cognito_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#cognito_config SagemakerWorkforce#cognito_config}


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#id SagemakerWorkforce#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


OidcConfigOptional
public SagemakerWorkforceOidcConfig OidcConfig { get; set; }

oidc_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#oidc_config SagemakerWorkforce#oidc_config}


SourceIpConfigOptional
public SagemakerWorkforceSourceIpConfig SourceIpConfig { get; set; }

source_ip_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#source_ip_config SagemakerWorkforce#source_ip_config}


WorkforceVpcConfigOptional
public SagemakerWorkforceWorkforceVpcConfig WorkforceVpcConfig { get; set; }

workforce_vpc_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#workforce_vpc_config SagemakerWorkforce#workforce_vpc_config}


SagemakerWorkforceOidcConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceOidcConfig {
    string AuthorizationEndpoint,
    string ClientId,
    string ClientSecret,
    string Issuer,
    string JwksUri,
    string LogoutEndpoint,
    string TokenEndpoint,
    string UserInfoEndpoint,
    System.Collections.Generic.IDictionary<string, string> AuthenticationRequestExtraParams = null,
    string Scope = null
};

Properties

Name Type Description
AuthorizationEndpoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#authorization_endpoint SagemakerWorkforce#authorization_endpoint}.
ClientId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.
ClientSecret string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_secret SagemakerWorkforce#client_secret}.
Issuer string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#issuer SagemakerWorkforce#issuer}.
JwksUri string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#jwks_uri SagemakerWorkforce#jwks_uri}.
LogoutEndpoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#logout_endpoint SagemakerWorkforce#logout_endpoint}.
TokenEndpoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#token_endpoint SagemakerWorkforce#token_endpoint}.
UserInfoEndpoint string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#user_info_endpoint SagemakerWorkforce#user_info_endpoint}.
AuthenticationRequestExtraParams System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#authentication_request_extra_params SagemakerWorkforce#authentication_request_extra_params}.
Scope string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#scope SagemakerWorkforce#scope}.

AuthorizationEndpointRequired
public string AuthorizationEndpoint { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#authorization_endpoint SagemakerWorkforce#authorization_endpoint}.


ClientIdRequired
public string ClientId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_id SagemakerWorkforce#client_id}.


ClientSecretRequired
public string ClientSecret { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#client_secret SagemakerWorkforce#client_secret}.


IssuerRequired
public string Issuer { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#issuer SagemakerWorkforce#issuer}.


JwksUriRequired
public string JwksUri { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#jwks_uri SagemakerWorkforce#jwks_uri}.


LogoutEndpointRequired
public string LogoutEndpoint { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#logout_endpoint SagemakerWorkforce#logout_endpoint}.


TokenEndpointRequired
public string TokenEndpoint { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#token_endpoint SagemakerWorkforce#token_endpoint}.


UserInfoEndpointRequired
public string UserInfoEndpoint { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#user_info_endpoint SagemakerWorkforce#user_info_endpoint}.


AuthenticationRequestExtraParamsOptional
public System.Collections.Generic.IDictionary<string, string> AuthenticationRequestExtraParams { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#authentication_request_extra_params SagemakerWorkforce#authentication_request_extra_params}.


ScopeOptional
public string Scope { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#scope SagemakerWorkforce#scope}.


SagemakerWorkforceSourceIpConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceSourceIpConfig {
    string[] Cidrs
};

Properties

Name Type Description
Cidrs string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#cidrs SagemakerWorkforce#cidrs}.

CidrsRequired
public string[] Cidrs { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#cidrs SagemakerWorkforce#cidrs}.


SagemakerWorkforceWorkforceVpcConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceWorkforceVpcConfig {
    string[] SecurityGroupIds = null,
    string[] Subnets = null,
    string VpcId = null
};

Properties

Name Type Description
SecurityGroupIds string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#security_group_ids SagemakerWorkforce#security_group_ids}.
Subnets string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#subnets SagemakerWorkforce#subnets}.
VpcId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#vpc_id SagemakerWorkforce#vpc_id}.

SecurityGroupIdsOptional
public string[] SecurityGroupIds { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#security_group_ids SagemakerWorkforce#security_group_ids}.


SubnetsOptional
public string[] Subnets { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#subnets SagemakerWorkforce#subnets}.


VpcIdOptional
public string VpcId { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.58.0/docs/resources/sagemaker_workforce#vpc_id SagemakerWorkforce#vpc_id}.


Classes

SagemakerWorkforceCognitoConfigOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceCognitoConfigOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
ClientIdInput string No description.
UserPoolInput string No description.
ClientId string No description.
UserPool string No description.
InternalValue SagemakerWorkforceCognitoConfig No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

ClientIdInputOptional
public string ClientIdInput { get; }
  • Type: string

UserPoolInputOptional
public string UserPoolInput { get; }
  • Type: string

ClientIdRequired
public string ClientId { get; }
  • Type: string

UserPoolRequired
public string UserPool { get; }
  • Type: string

InternalValueOptional
public SagemakerWorkforceCognitoConfig InternalValue { get; }

SagemakerWorkforceOidcConfigOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceOidcConfigOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetAuthenticationRequestExtraParams No description.
ResetScope No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetAuthenticationRequestExtraParams
private void ResetAuthenticationRequestExtraParams()
ResetScope
private void ResetScope()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
AuthenticationRequestExtraParamsInput System.Collections.Generic.IDictionary<string, string> No description.
AuthorizationEndpointInput string No description.
ClientIdInput string No description.
ClientSecretInput string No description.
IssuerInput string No description.
JwksUriInput string No description.
LogoutEndpointInput string No description.
ScopeInput string No description.
TokenEndpointInput string No description.
UserInfoEndpointInput string No description.
AuthenticationRequestExtraParams System.Collections.Generic.IDictionary<string, string> No description.
AuthorizationEndpoint string No description.
ClientId string No description.
ClientSecret string No description.
Issuer string No description.
JwksUri string No description.
LogoutEndpoint string No description.
Scope string No description.
TokenEndpoint string No description.
UserInfoEndpoint string No description.
InternalValue SagemakerWorkforceOidcConfig No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

AuthenticationRequestExtraParamsInputOptional
public System.Collections.Generic.IDictionary<string, string> AuthenticationRequestExtraParamsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

AuthorizationEndpointInputOptional
public string AuthorizationEndpointInput { get; }
  • Type: string

ClientIdInputOptional
public string ClientIdInput { get; }
  • Type: string

ClientSecretInputOptional
public string ClientSecretInput { get; }
  • Type: string

IssuerInputOptional
public string IssuerInput { get; }
  • Type: string

JwksUriInputOptional
public string JwksUriInput { get; }
  • Type: string

LogoutEndpointInputOptional
public string LogoutEndpointInput { get; }
  • Type: string

ScopeInputOptional
public string ScopeInput { get; }
  • Type: string

TokenEndpointInputOptional
public string TokenEndpointInput { get; }
  • Type: string

UserInfoEndpointInputOptional
public string UserInfoEndpointInput { get; }
  • Type: string

AuthenticationRequestExtraParamsRequired
public System.Collections.Generic.IDictionary<string, string> AuthenticationRequestExtraParams { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

AuthorizationEndpointRequired
public string AuthorizationEndpoint { get; }
  • Type: string

ClientIdRequired
public string ClientId { get; }
  • Type: string

ClientSecretRequired
public string ClientSecret { get; }
  • Type: string

IssuerRequired
public string Issuer { get; }
  • Type: string

JwksUriRequired
public string JwksUri { get; }
  • Type: string

LogoutEndpointRequired
public string LogoutEndpoint { get; }
  • Type: string

ScopeRequired
public string Scope { get; }
  • Type: string

TokenEndpointRequired
public string TokenEndpoint { get; }
  • Type: string

UserInfoEndpointRequired
public string UserInfoEndpoint { get; }
  • Type: string

InternalValueOptional
public SagemakerWorkforceOidcConfig InternalValue { get; }

SagemakerWorkforceSourceIpConfigOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceSourceIpConfigOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
CidrsInput string[] No description.
Cidrs string[] No description.
InternalValue SagemakerWorkforceSourceIpConfig No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

CidrsInputOptional
public string[] CidrsInput { get; }
  • Type: string[]

CidrsRequired
public string[] Cidrs { get; }
  • Type: string[]

InternalValueOptional
public SagemakerWorkforceSourceIpConfig InternalValue { get; }

SagemakerWorkforceWorkforceVpcConfigOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new SagemakerWorkforceWorkforceVpcConfigOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
ResetSecurityGroupIds No description.
ResetSubnets No description.
ResetVpcId No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

ResetSecurityGroupIds
private void ResetSecurityGroupIds()
ResetSubnets
private void ResetSubnets()
ResetVpcId
private void ResetVpcId()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
VpcEndpointId string No description.
SecurityGroupIdsInput string[] No description.
SubnetsInput string[] No description.
VpcIdInput string No description.
SecurityGroupIds string[] No description.
Subnets string[] No description.
VpcId string No description.
InternalValue SagemakerWorkforceWorkforceVpcConfig No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

VpcEndpointIdRequired
public string VpcEndpointId { get; }
  • Type: string

SecurityGroupIdsInputOptional
public string[] SecurityGroupIdsInput { get; }
  • Type: string[]

SubnetsInputOptional
public string[] SubnetsInput { get; }
  • Type: string[]

VpcIdInputOptional
public string VpcIdInput { get; }
  • Type: string

SecurityGroupIdsRequired
public string[] SecurityGroupIds { get; }
  • Type: string[]

SubnetsRequired
public string[] Subnets { get; }
  • Type: string[]

VpcIdRequired
public string VpcId { get; }
  • Type: string

InternalValueOptional
public SagemakerWorkforceWorkforceVpcConfig InternalValue { get; }