AppImageConfigState constructor

const AppImageConfigState({
  1. Input<String?>? appImageConfigName,
  2. Input<String?>? arn,
  3. Input<AppImageConfigCodeEditorAppImageConfig?>? codeEditorAppImageConfig,
  4. Input<AppImageConfigJupyterLabImageConfig?>? jupyterLabImageConfig,
  5. Input<AppImageConfigKernelGatewayImageConfig?>? kernelGatewayImageConfig,
  6. Input<String?>? region,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
})

Creates a new AppImageConfigState. appImageConfigName The name of the App Image Config. arn ARN assigned by AWS to this App Image Config. codeEditorAppImageConfig The CodeEditorAppImageConfig. See Code Editor App Image Config details below. jupyterLabImageConfig The JupyterLabAppImageConfig. See Jupyter Lab Image Config details below. kernelGatewayImageConfig The configuration for the file system and kernels in a SageMaker AI image running as a KernelGateway app. See Kernel Gateway Image Config details below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Implementation

const AppImageConfigState({
  this.appImageConfigName,
  this.arn,
  this.codeEditorAppImageConfig,
  this.jupyterLabImageConfig,
  this.kernelGatewayImageConfig,
  this.region,
  this.tags,
  this.tagsAll,
});