Class: Aws::Types::OpenSearchResourceConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def application_arn
  @application_arn
end

#dashboard_viewer_principals::Array[::String]

Returns the value of attribute dashboard_viewer_principals.

Returns:

  • (::Array[::String])


1608
1609
1610
# File 'sig/types.rbs', line 1608

def dashboard_viewer_principals
  @dashboard_viewer_principals
end

#data_source_role_arn::String

Returns the value of attribute data_source_role_arn.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def data_source_role_arn
  @data_source_role_arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def kms_key_arn
  @kms_key_arn
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def retention_days
  @retention_days
end