aws-core-webapp/src/main/resources/kotlin-dsl/awsConnectionProjectFeature.xml [147:155]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      <code>
        awsConnection {
          id = "AwsIamUser"
          name = "AWS IAM User"
          regionName = "eu-central-1"
          credentialsType = static {
            accessKeyId = "keyId"
            secretAccessKey = "Link to credentialsJSON property containing AWS secret access key"
          }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-core-webapp/src/main/resources/kotlin-dsl/awsConnectionProjectFeature.xml [165:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      <code>
        awsConnection {
          id = "AwsIamUser"
          name = "AWS IAM User"
          regionName = "eu-central-1"
          credentialsType = static {
            accessKeyId = "keyId"
            secretAccessKey = "Link to credentialsJSON property containing AWS secret access key"
          }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



