You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-nimble): Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
* <p>An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.</p>
1938
+
*/
1939
+
secureInitializationRoleArn?: string;
1940
+
1941
+
/**
1942
+
* <p>An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running. </p>
* <p>The user ID of the user that most recently updated the resource.</p>
2079
2089
*/
2080
2090
updatedBy?: string;
2091
+
2092
+
/**
2093
+
* <p>An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.</p>
2094
+
*/
2095
+
secureInitializationRoleArn?: string;
2096
+
2097
+
/**
2098
+
* <p>An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running. </p>
* <p>An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.</p>
2866
+
*/
2867
+
secureInitializationRoleArn?: string;
2868
+
2869
+
/**
2870
+
* <p>An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running. </p>
* <p>An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.</p>
4199
+
*/
4200
+
secureInitializationRoleArn?: string;
4201
+
4202
+
/**
4203
+
* <p>An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running. </p>
0 commit comments