AWS SDK for .NET Documentation
OptionRestrictionRegex Class
AmazonAmazon.ElasticBeanstalk.ModelOptionRestrictionRegex Did this page help you?   Yes   No    Tell us about it...
A regular expression representing a restriction on a string configuration option value.
Declaration Syntax
C#
public class OptionRestrictionRegex
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
OptionRestrictionRegex()()()()
Initializes a new instance of the OptionRestrictionRegex class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Label
Gets and sets the property Label.

A unique name representing this regular expression.


Pattern
Gets and sets the property Pattern.

The regular expression pattern that a string configuration option value with this restriction must match.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLabel(String) Obsolete.
Sets the Label property

WithPattern(String) Obsolete.
Sets the Pattern property

Inheritance Hierarchy
Object
OptionRestrictionRegex

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)